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.

O que é Cryptscam Bitcoin Wallet Checker?

Cryptscam Bitcoin Wallet Checker é uma extensão do Chrome desenvolvida por https://cryptscam.com, e sua principal característica é "This extension checks all the bitcoin addresses if they are a scam. Also, you can check a wallet using the extension form.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Cryptscam Bitcoin Wallet Checker

Baixe arquivos de extensão Cryptscam Bitcoin Wallet Checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Cryptscam Bitcoin Wallet Checker Cryptscam Bitcoin Wallet Checker
ID dflginpbjknapjafleikakiljlcanhka
URL Oficial https://chromewebstore.google.com/detail/cryptscam-bitcoin-wallet/dflginpbjknapjafleikakiljlcanhka
Descrição This extension checks all the bitcoin addresses if they are a scam. Also, you can check a wallet using the extension form.
Tamanho do Arquivo 188 KB
Contagem de Instalações 95
Versão Atual 1.01
Última Atualização 2021-03-19
Data de Publicação 2021-03-19
Desenvolvedor https://cryptscam.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://cryptscam.com/extension
Idiomas Suportados 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": [
        ""
    ]
}