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.

What is Bitpay Decoder?

Bitpay Decoder is a Chrome extension developed by https://anti-bitpay.com, and its main feature is "With this Extension, you have the opportunity to bypass the annoying Bitpay URLs and get direct access to details with just a click.".

Extension Screenshots

screenshot
screenshot

Download Bitpay Decoder Extension CRX File

Download Bitpay Decoder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Bitpay Decoder Bitpay Decoder
ID odaplcmajclbcoabcbejiinbklfedhek
Official URL 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.
File Size 163 KB
Installation Count 80
Current Version 0.0.7
Last Updated 2019-01-17
Publish Date 2019-01-17
Rating 5.00/5 Total 5 Ratings
Developer https://anti-bitpay.com
Email [email protected]
Payment Type free
Extension Website https://anti-bitpay.com
Privacy Policy Page URL https://universe-internet.com/datenschutz.php
Supported Languages 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"
            ]
        }
    ]
}