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.
Qu'est-ce que Bitpay Decoder ?
Bitpay Decoder est une extension Chrome développée par https://anti-bitpay.com, et sa fonction principale est "With this Extension, you have the opportunity to bypass the annoying Bitpay URLs and get direct access to details with just a click.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bitpay Decoder
Téléchargez les fichiers d'extension Bitpay Decoder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | odaplcmajclbcoabcbejiinbklfedhek |
URL Officiel | https://chrome.google.com/webstore/detail/bitpay-decoder/odaplcmajclbcoabcbejiinbklfedhek |
Description | With this Extension, you have the opportunity to bypass the annoying Bitpay URLs and get direct access to details with just a click. |
Taille du Fichier | 163 KB |
Nombre d'Installations | 80 |
Version Actuelle | 0.0.7 |
Dernière Mise à Jour | 2019-01-17 |
Date de Publication | 2019-01-17 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://anti-bitpay.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://anti-bitpay.com |
URL de la Page de Politique de Confidentialité | https://universe-internet.com/datenschutz.php |
Langues Prises en Charge | 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" ] } ] } |