BTC machines Commerce

This extension enables Bitcoin shopping on any supported site.

Co je BTC machines Commerce?

BTC machines Commerce je rozšíření Chrome vyvinuté http://btcmachin.es, a jeho hlavní funkcí je „This extension enables Bitcoin shopping on any supported site.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření BTC machines Commerce

Stáhněte si soubory rozšíření BTC machines Commerce ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název BTC machines Commerce BTC machines Commerce
ID fmnmiioldpmimceboabgehgjaahkapnh
Oficiální URL https://chrome.google.com/webstore/detail/btc-machines-commerce/fmnmiioldpmimceboabgehgjaahkapnh
Popis This extension enables Bitcoin shopping on any supported site.
Velikost souboru 416 KB
Počet instalací 164
Aktuální Verze 0.1.6
Poslední Aktualizace 2014-02-21
Datum Vydání 2014-02-21
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář http://btcmachin.es
Typ Platby free
Webové stránky Rozšíření http://commerce.btcmachin.es/app.html
Podporované Jazyky 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'"
}