BUCKS Extension — Verification Page
This page provides transparency about the BUCKS browser extension for review and compliance purposes.
Marketing Claims
- BUCKS is a browser extension for Amazon.com (US marketplace only).
- Estimated cashback is based on affiliate commission rates and is not guaranteed.
- BUCKS does not apply coupons, modify prices, or make pricing promises.
- Cashback percentages vary by product category and are subject to change.
Affiliate Disclosure
- BUCKS earns revenue through the Amazon Associates Program.
- As an Amazon Associate, BUCKS earns from qualifying purchases.
- Amazon is not a sponsor of, nor affiliated with, BUCKS.
- Amazon, the Amazon logo, and Amazon.com are trademarks of Amazon.com, Inc.
Extension Permissions
The BUCKS extension requests the following permissions in its manifest.json:
{
"permissions": [
"storage",
"tabs",
"activeTab",
"alarms",
"notifications"
],
"host_permissions": [
"https://*.amazon.com/*",
"https://autobucks.app/*"
]
}Permissions
| Permission | Purpose |
|---|---|
storage | Stores your preferences, cached cashback rates, and anonymous device ID locally in your browser. |
tabs | Detects when you navigate to Amazon so the extension can display cashback estimates. |
activeTab | Reads the current Amazon product page to identify the item category and calculate estimated cashback. |
alarms | Schedules periodic background tasks such as refreshing cashback rates and syncing account data. |
notifications | Sends optional browser notifications when cashback is activated or when rates change. |
Host Permissions
| Pattern | Purpose |
|---|---|
https://*.amazon.com/* | Required to detect Amazon product pages, read product categories, and activate affiliate cashback tracking. |
https://autobucks.app/* | Communicates with the BUCKS API to sync account data, fetch cashback rates, and process earnings. |