BTC machines Commerce

This extension enables Bitcoin shopping on any supported site.

Wat is BTC machines Commerce?

BTC machines Commerce is een Chrome-extensie ontwikkeld door http://btcmachin.es, en de belangrijkste functie is "This extension enables Bitcoin shopping on any supported site.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie BTC machines Commerce

Download BTC machines Commerce-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam BTC machines Commerce BTC machines Commerce
ID fmnmiioldpmimceboabgehgjaahkapnh
Officiële URL https://chrome.google.com/webstore/detail/btc-machines-commerce/fmnmiioldpmimceboabgehgjaahkapnh
Beschrijving This extension enables Bitcoin shopping on any supported site.
Bestandsgrootte 416 KB
Aantal Installaties 164
Huidige Versie 0.1.6
Laatst Bijgewerkt 2014-02-21
Publicatiedatum 2014-02-21
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://btcmachin.es
Betalingswijze free
Extensiewebsite http://commerce.btcmachin.es/app.html
Ondersteunde Talen 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'"
}