Bitstore

Bitstore Extension

Cos'è Bitstore?

Bitstore è un'estensione di Chrome sviluppata da https://bitstore.tech, e la sua funzione principale è "Bitstore Extension".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Bitstore

Scarica i file di estensione Bitstore in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Always wanted to shop using your crypto-wallet? You came to the right place!

Founded by pioneers of blockchain technology Bitstore provides digital currency alternative to a truly global lifestyle.

We are creating a world where digital currency can be freely exchanged for goods and services. With our apps you can easily shop on your favourite stores using your digital wallet.

We are the fastest growing crypto-shopping platform in the industry, offering checkouts with over 20 different digital currencies in 36 countries. expanding reach of customers and businesses alike.

Download one of our app here and visit our how it works page to get started!                    

Informazioni di Base sull'Estensione

Nome Bitstore Bitstore
ID glbfghdjnipekomfjipbflcaohiidnfn
URL Ufficiale https://chromewebstore.google.com/detail/bitstore/glbfghdjnipekomfjipbflcaohiidnfn
Descrizione Bitstore Extension
Dimensione del File 130 KB
Conteggio Installazioni 19
Versione Corrente 1.0
Ultimo Aggiornamento 2019-01-20
Data di Pubblicazione 2019-01-20
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://bitstore.tech
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://bitstore.tech
URL della Pagina della Politica sulla Privacy http://bitstore.tech/privacy-policy
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "js\/jquery-1.10.0.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "name": "Bitstore",
    "short_name": "Bitstore",
    "version": "1.0",
    "description": "Bitstore Extension",
    "content_scripts": [
        {
            "css": [
                "css\/extension.css"
            ],
            "js": [
                "js\/jquery-1.10.0.js",
                "js\/extension.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon48.png"
    },
    "web_accessible_resources": [
        "icons\/sh_logo.jpg",
        "icons\/loader.gif",
        "icons\/img1.png",
        "icons\/img2.png",
        "icons\/img3.png"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/bitstore.tech\/*"
        ]
    }
}