Bitpay Decoder
With this Extension, you have the opportunity to bypass the annoying Bitpay URLs and get direct access to details with just a click.
Cos'è Bitpay Decoder?
Bitpay Decoder è un'estensione di Chrome sviluppata da https://anti-bitpay.com, e la sua funzione principale è "With this Extension, you have the opportunity to bypass the annoying Bitpay URLs and get direct access to details with just a click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bitpay Decoder
Scarica i file di estensione Bitpay Decoder 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
With this Chrome extension, you have the opportunity to bypass the annoying Bitpay Invoice URLs and get direct access to all the Information`s you need with just one click.
Informazioni di Base sull'Estensione
Nome | |
ID | odaplcmajclbcoabcbejiinbklfedhek |
URL Ufficiale | https://chrome.google.com/webstore/detail/bitpay-decoder/odaplcmajclbcoabcbejiinbklfedhek |
Descrizione | With this Extension, you have the opportunity to bypass the annoying Bitpay URLs and get direct access to details with just a click. |
Dimensione del File | 163 KB |
Conteggio Installazioni | 80 |
Versione Corrente | 0.0.7 |
Ultimo Aggiornamento | 2019-01-17 |
Data di Pubblicazione | 2019-01-17 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | https://anti-bitpay.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://anti-bitpay.com |
URL della Pagina della Politica sulla Privacy | https://universe-internet.com/datenschutz.php |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitpay Decoder", "version": "0.0.7", "manifest_version": 2, "description": "With this Extension, you have the opportunity to bypass the annoying Bitpay URLs and get direct access to details with just a click.", "homepage_url": "https:\/\/anti-bitpay.com", "web_accessible_resources": [ "anti-bitpay.png" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Bitpay Decoder by Anti-Bitpay.com", "default_popup": "src\/browser_action\/browser_action.html" }, "permissions": [ "clipboardRead", "clipboardWrite", "contextMenus" ], "content_scripts": [ { "matches": [ "https:\/\/bitpay.com\/*" ], "js": [ "src\/inject\/inject.js", "src\/inject\/jquery-3.3.1.min.js" ], "web_accessible_resources": [ "src\/inject\/inject.js" ] } ] } |