WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
BitOff: Pay with Crypto, Save Up to 30% on Amazon

BitOff: Pay with Crypto, Save Up to 30% on Amazon

View on Chrome Web Store
View BitOff: Pay with Crypto, Save Up to 30% on Amazon Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (8 ratings)
1 new ratings
12 views
This extension has been viewed 12 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

The Bitoff Chrome Extension simplifies adding products to cart on Amazon, helping users save up to 30% on purchases.
Type
Extension
Users
187 users
4
Better Shopping
View author page of Better Shopping
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 11, 2023
Version 2.0.1
Manifest version
3
Updated
Updated on October 29, 2025
lifestyle/shopping
Extension Category
View on Chrome Web Store
View BitOff: Pay with Crypto, Save Up to 30% on Amazon Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BitOff: Pay with Crypto, Save Up to 30% on Amazon",
    "description": "The Bitoff Chrome Extension simplifies adding products to cart on Amazon, helping users save up to 30% on purchases.",
    "version": "2.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Bitoff Extension",
        "default_icon": "icon.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/bitoff.io\/*",
            "http:\/\/localhost:3000\/*",
            "https:\/\/api-stage.bitoff.io\/*",
            "https:\/\/stage.bitoff.io\/*"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.amazon.com\/gp\/product\/*",
                "https:\/\/www.amazon.com\/dp\/*",
                "https:\/\/www.amazon.com\/*\/dp\/*",
                "https:\/\/www.amazon.com\/gp\/aw\/d\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.ebay.com\/itm\/*"
            ],
            "js": [
                "ebayContentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/gp\/buy\/addressselect\/*"
            ],
            "js": [
                "autoFillAddressContentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/checkout\/p\/*"
            ],
            "js": [
                "autoFillAddressContentScript2.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.amazon.com\/progress-tracker\/package\/*"
            ],
            "js": [
                "trackingPageContentScript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/paxful.com\/user\/*"
            ],
            "js": [
                "paxfulContentScript.js"
            ]
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top