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.

Cos'è Cryptscam Bitcoin Wallet Checker?

Cryptscam Bitcoin Wallet Checker è un'estensione di Chrome sviluppata da https://cryptscam.com, e la sua funzione principale è "This extension checks all the bitcoin addresses if they are a scam. Also, you can check a wallet using the extension form.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Cryptscam Bitcoin Wallet Checker

Scarica i file di estensione Cryptscam Bitcoin Wallet Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Cryptscam Bitcoin Wallet Checker Cryptscam Bitcoin Wallet Checker
ID dflginpbjknapjafleikakiljlcanhka
URL Ufficiale https://chromewebstore.google.com/detail/cryptscam-bitcoin-wallet/dflginpbjknapjafleikakiljlcanhka
Descrizione This extension checks all the bitcoin addresses if they are a scam. Also, you can check a wallet using the extension form.
Dimensione del File 188 KB
Conteggio Installazioni 95
Versione Corrente 1.01
Ultimo Aggiornamento 2021-03-19
Data di Pubblicazione 2021-03-19
Sviluppatore https://cryptscam.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://cryptscam.com/extension
Lingue Supportate 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": [
        ""
    ]
}