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é es Bitpay Decoder?

Bitpay Decoder es una extensión de Chrome desarrollada por https://anti-bitpay.com, y su función principal es "With this Extension, you have the opportunity to bypass the annoying Bitpay URLs and get direct access to details with just a click.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Bitpay Decoder

Descarga archivos de extensión Bitpay Decoder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Bitpay Decoder Bitpay Decoder
ID odaplcmajclbcoabcbejiinbklfedhek
URL Oficial https://chrome.google.com/webstore/detail/bitpay-decoder/odaplcmajclbcoabcbejiinbklfedhek
Descripción With this Extension, you have the opportunity to bypass the annoying Bitpay URLs and get direct access to details with just a click.
Tamaño del Archivo 163 KB
Cantidad de Instalaciones 80
Versión Actual 0.0.7
Última Actualización 2019-01-17
Fecha de Publicación 2019-01-17
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador https://anti-bitpay.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://anti-bitpay.com
URL de la Página de Política de Privacidad https://universe-internet.com/datenschutz.php
Idiomas Soportados 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"
            ]
        }
    ]
}