Cryptscam Bitcoin Wallet Checker

This extension checks all the bitcoin addresses if they are a scam. Also, you can check a wallet using the extension form.

Co je Cryptscam Bitcoin Wallet Checker?

Cryptscam Bitcoin Wallet Checker je rozšíření Chrome vyvinuté https://cryptscam.com, a jeho hlavní funkcí je „This extension checks all the bitcoin addresses if they are a scam. Also, you can check a wallet using the extension form.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Cryptscam Bitcoin Wallet Checker

Stáhněte si soubory rozšíření Cryptscam Bitcoin Wallet Checker 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í

                        Check if a wallet is a scam using our huge database of reports. This extension checks all the bitcoin addresses on the page and shows it to you if it is a scam. Also, you can check a wallet by yourself using the form you can find in the extension.                    

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

Název Cryptscam Bitcoin Wallet Checker Cryptscam Bitcoin Wallet Checker
ID dflginpbjknapjafleikakiljlcanhka
Oficiální URL https://chromewebstore.google.com/detail/cryptscam-bitcoin-wallet/dflginpbjknapjafleikakiljlcanhka
Popis This extension checks all the bitcoin addresses if they are a scam. Also, you can check a wallet using the extension form.
Velikost souboru 188 KB
Počet instalací 95
Aktuální Verze 1.01
Poslední Aktualizace 2021-03-19
Datum Vydání 2021-03-19
Vývojář https://cryptscam.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://cryptscam.com/extension
Podporované Jazyky de,en,fr,es,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.01",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "fix.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "__MSG_appName__",
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [
        ""
    ]
}