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.

Co je Bitpay Decoder?

Bitpay Decoder je rozšíření Chrome vyvinuté https://anti-bitpay.com, a jeho hlavní funkcí je „With this Extension, you have the opportunity to bypass the annoying Bitpay URLs and get direct access to details with just a click.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Bitpay Decoder

Stáhněte si soubory rozšíření Bitpay Decoder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Bitpay Decoder Bitpay Decoder
ID odaplcmajclbcoabcbejiinbklfedhek
Oficiální URL https://chrome.google.com/webstore/detail/bitpay-decoder/odaplcmajclbcoabcbejiinbklfedhek
Popis With this Extension, you have the opportunity to bypass the annoying Bitpay URLs and get direct access to details with just a click.
Velikost souboru 163 KB
Počet instalací 80
Aktuální Verze 0.0.7
Poslední Aktualizace 2019-01-17
Datum Vydání 2019-01-17
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář https://anti-bitpay.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://anti-bitpay.com
URL Stránky Zásad Ochrany Soukromí https://universe-internet.com/datenschutz.php
Podporované Jazyky 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"
            ]
        }
    ]
}