BTC machines Commerce

This extension enables Bitcoin shopping on any supported site.

Cos'è BTC machines Commerce?

BTC machines Commerce è un'estensione di Chrome sviluppata da http://btcmachin.es, e la sua funzione principale è "This extension enables Bitcoin shopping on any supported site.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione BTC machines Commerce

Scarica i file di estensione BTC machines Commerce 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

                        This extension enables Bitcoin/Litecoin pricing and Bitcoin/Litecoin checkout in the regular popular web stores.                    

Informazioni di Base sull'Estensione

Nome BTC machines Commerce BTC machines Commerce
ID fmnmiioldpmimceboabgehgjaahkapnh
URL Ufficiale https://chrome.google.com/webstore/detail/btc-machines-commerce/fmnmiioldpmimceboabgehgjaahkapnh
Descrizione This extension enables Bitcoin shopping on any supported site.
Dimensione del File 416 KB
Conteggio Installazioni 164
Versione Corrente 0.1.6
Ultimo Aggiornamento 2014-02-21
Data di Pubblicazione 2014-02-21
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://btcmachin.es
Tipo di Pagamento free
Sito Web dell'Estensione http://commerce.btcmachin.es/app.html
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BTC machines Commerce",
    "description": "This extension enables Bitcoin shopping on any supported site.",
    "version": "0.1.6",
    "page_action": {
        "default_icon": "btcmc_logo2_on.png",
        "default_title": "BTC machines Commerce",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "http:\/\/commerce.btcmachin.es\/*",
        "https:\/\/bitpay.com\/api\/rates",
        "http:\/\/www.verkkokauppa.com\/*",
        "https:\/\/www.verkkokauppa.com\/*"
    ],
    "web_accessible_resources": [
        "error.html"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "global.js",
                "verkkokauppa.js",
                "amazon.js",
                "contentscript.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}