Who Accepts bitcoin

Discover what can you buy with bitcoin and who accepts bitcoin while you browse the web

什么是Who Accepts bitcoin?

Who Accepts bitcoin是由https://acceptorbuywithbitcoin.com开发的Chrome扩展程序,该扩展的主要功能是“Discover what can you buy with bitcoin and who accepts bitcoin while you browse the web”。

扩展截图

screenshot

下载Who Accepts bitcoin扩展crx文件

下载Who Accepts bitcoin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension helps you discover who accepts bitcoin and what can you buy with bitcoin while you browse. The grey logo will turn half or full orange when you visit a website that might accept bitcoin. 
This extension is not a search engine. We assume you don't keep asking yourself "what can I buy with bitcoin". It's purpose is to bring into your attention that a website might accept bitcoin when you don't necessarily think about it. 

This is a free extension, if you are in a need for an extremely safe hardware bitcoin wallet (your bitcoins might be worth millions), consider using these referral links to the best products on the market:
Trezor - http://bit.ly/2D3r8qQ
Ledger - http://bit.ly/erikbrodch                    

扩展基本信息

名称 Who Accepts bitcoin Who Accepts bitcoin
ID ifandnfeadkfgcnefgpobhmpapnfjlee
官方URL https://chromewebstore.google.com/detail/who-accepts-bitcoin/ifandnfeadkfgcnefgpobhmpapnfjlee
简介 Discover what can you buy with bitcoin and who accepts bitcoin while you browse the web
文件大小 31.06 KB
安装次数 177
当前版本 0.0.9
更新时间 2018-02-19
上架时间 2018-02-19
评分 5.00/5 共2次评分
开发者 https://acceptorbuywithbitcoin.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://docs.google.com/document/d/1_GB-Y7sdHeNZ1cO0fOWmg-h6hB6I9ZAx31Z23Lid0n8/edit?usp=sharing
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Who Accepts bitcoin",
    "description": "Discover what can you buy with bitcoin and who accepts bitcoin while you browse the web",
    "version": "0.0.9",
    "icons": {
        "128": "extension_icon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": "bitcoin_logo_full_gray.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "bitcoin_scan.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "main.css"
    ]
}