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.

Wat is Bitpay Decoder?

Bitpay Decoder is een Chrome-extensie ontwikkeld door https://anti-bitpay.com, en de belangrijkste functie is "With this Extension, you have the opportunity to bypass the annoying Bitpay URLs and get direct access to details with just a click.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Bitpay Decoder

Download Bitpay Decoder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Bitpay Decoder Bitpay Decoder
ID odaplcmajclbcoabcbejiinbklfedhek
Officiële URL https://chrome.google.com/webstore/detail/bitpay-decoder/odaplcmajclbcoabcbejiinbklfedhek
Beschrijving With this Extension, you have the opportunity to bypass the annoying Bitpay URLs and get direct access to details with just a click.
Bestandsgrootte 163 KB
Aantal Installaties 80
Huidige Versie 0.0.7
Laatst Bijgewerkt 2019-01-17
Publicatiedatum 2019-01-17
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://anti-bitpay.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://anti-bitpay.com
URL van de Privacybeleid Pagina https://universe-internet.com/datenschutz.php
Ondersteunde Talen 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"
            ]
        }
    ]
}