bitcoinrewards

bitcoinrewards.com browser extension

什么是bitcoinrewards?

bitcoinrewards是由http://bitcoinrewards.com开发的Chrome扩展程序,该扩展的主要功能是“bitcoinrewards.com browser extension”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载bitcoinrewards扩展crx文件

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