Who Accepts bitcoin

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

¿Qué es Who Accepts bitcoin?

Who Accepts bitcoin es una extensión de Chrome desarrollada por https://acceptorbuywithbitcoin.com, y su función principal es "Discover what can you buy with bitcoin and who accepts bitcoin while you browse the web".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Who Accepts bitcoin

Descarga archivos de extensión Who Accepts bitcoin en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Who Accepts bitcoin Who Accepts bitcoin
ID ifandnfeadkfgcnefgpobhmpapnfjlee
URL Oficial https://chromewebstore.google.com/detail/who-accepts-bitcoin/ifandnfeadkfgcnefgpobhmpapnfjlee
Descripción Discover what can you buy with bitcoin and who accepts bitcoin while you browse the web
Tamaño del Archivo 31.06 KB
Cantidad de Instalaciones 177
Versión Actual 0.0.9
Última Actualización 2018-02-19
Fecha de Publicación 2018-02-19
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://acceptorbuywithbitcoin.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://docs.google.com/document/d/1_GB-Y7sdHeNZ1cO0fOWmg-h6hB6I9ZAx31Z23Lid0n8/edit?usp=sharing
Idiomas Soportados 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"
    ]
}