Fork Pay

Pay for bitcoin transactions with your favourite fork.

Cos'è Fork Pay?

Fork Pay è un'estensione di Chrome sviluppata da http://forkpay.net, e la sua funzione principale è "Pay for bitcoin transactions with your favourite fork.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Fork Pay

Scarica i file di estensione Fork Pay 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

                        Pay your Bitcoin bills with your favourite crypto currency!                    

Informazioni di Base sull'Estensione

Nome Fork Pay Fork Pay
ID aghknfeghpcdcnalgcjadfcelpgnagjg
URL Ufficiale https://chrome.google.com/webstore/detail/fork-pay/aghknfeghpcdcnalgcjadfcelpgnagjg
Descrizione Pay for bitcoin transactions with your favourite fork.
Dimensione del File 68.41 KB
Conteggio Installazioni 18
Versione Corrente 0.5.4
Ultimo Aggiornamento 2015-12-04
Data di Pubblicazione 2015-12-04
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore http://forkpay.net
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fork Pay",
    "version": "0.5.4",
    "manifest_version": 2,
    "description": "Pay for bitcoin transactions with your favourite fork.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "https:\/\/coinomat.com\/"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "css": [
                "bubble.css",
                "popup.css"
            ],
            "js": [
                "jquery.min.js",
                "jquery.qrcode.min.js",
                "def_list.js",
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "bubble.html",
        "bubble.css",
        "popup.html",
        "popup.css",
        "images\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}