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.

Was ist Bitpay Decoder?

Bitpay Decoder ist eine Chrome-Erweiterung, die von https://anti-bitpay.com entwickelt wurde, und ihr Hauptmerkmal ist "With this Extension, you have the opportunity to bypass the annoying Bitpay URLs and get direct access to details with just a click.".

Erweiterungsscreenshots

screenshot
screenshot

Bitpay Decoder-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bitpay Decoder-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Bitpay Decoder Bitpay Decoder
ID odaplcmajclbcoabcbejiinbklfedhek
Offizielle URL https://chrome.google.com/webstore/detail/bitpay-decoder/odaplcmajclbcoabcbejiinbklfedhek
Beschreibung With this Extension, you have the opportunity to bypass the annoying Bitpay URLs and get direct access to details with just a click.
Dateigröße 163 KB
Installationsanzahl 80
Aktuelle Version 0.0.7
Letztes Update 2019-01-17
Veröffentlichungsdatum 2019-01-17
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://anti-bitpay.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://anti-bitpay.com
URL der Datenschutzrichtlinien-Seite https://universe-internet.com/datenschutz.php
Unterstützte Sprachen 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"
            ]
        }
    ]
}