bitcoinrewards

bitcoinrewards.com browser extension

Τι είναι το bitcoinrewards;

Το bitcoinrewards είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://bitcoinrewards.com, και η κύρια λειτουργία του είναι "bitcoinrewards.com browser extension".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης bitcoinrewards

Λήψη αρχείων επέκτασης bitcoinrewards σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}