bitcoinrewards

bitcoinrewards.com browser extension

bitcoinrewards क्या है?

bitcoinrewards http://bitcoinrewards.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "bitcoinrewards.com browser extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में bitcoinrewards एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        BitcoinRewards finds you discounts and gives you free Bitcoin at more than 1500 online stores.

Safely accumulate the worlds most desirable digital asset. Get up to 50% in Bitcoin back when you shop online. BitcoinRewards makes shopping smarter. 

1. Add BitcoinRewards... you're nearly there!

Download the extension, click "Add to Chrome", it’s 100% free.

2. Shop Like Normal

We’ll alert you to participating stores, one-click to activate BitcoinRewards, one click to apply savings to your cart.

3. StackingSats

Congrats - we’ll update your wallet with Bitcoin and notify you by email!

Features

* Automatic notifications alert you to participating stores

* Automatic coupon applying at checkout saves you time and money

* Discover Featured Offers and Popular Stores

* Search supported stores by name

* View your pending and available balance

* Offering reward payments in your choice of BTC, LTC, BNB and more


We support shopping sites in the United States, Australia, Canada, United Kingdom, New Zealand and Brazil as well as sites that serve global customers.                    

एक्सटेंशन की मूल जानकारी

नाम bitcoinrewards bitcoinrewards
ID jmilgfebahjgmcnhiiemhbebehfmljld
आधिकारिक URL https://chrome.google.com/webstore/detail/bitcoinrewards/jmilgfebahjgmcnhiiemhbebehfmljld
विवरण bitcoinrewards.com browser extension
फ़ाइल का आकार 2.74 MB
स्थापना संख्या 804
वर्तमान संस्करण 3.1.3
अंतिम अपडेट 2020-06-08
प्रकाशन तिथि 2020-06-08
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर http://bitcoinrewards.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.bitcoinrewards.com
सहायता पृष्ठ URL https://www.bitcoinrewards.com/pages/faq
गोपनीयता नीति पृष्ठ URL https://www.bitcoinrewards.com/pages/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "bitcoinrewards",
    "version": "3.1.3",
    "description": "bitcoinrewards.com browser extension",
    "homepage_url": "https:\/\/www.bitcoinrewards.com\/",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "notifications",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/contentBundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "assets\/img\/logo_48.png",
        "default_popup": "popup\/popup.html",
        "default_title": "bitcoinrewards"
    },
    "icons": {
        "48": "assets\/img\/logo_48.png",
        "128": "assets\/img\/logo_128.png"
    }
}