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.

What is Cryptscam Bitcoin Wallet Checker?

Cryptscam Bitcoin Wallet Checker is a Chrome extension developed by https://cryptscam.com, and its main feature is "This extension checks all the bitcoin addresses if they are a scam. Also, you can check a wallet using the extension form.".

Extension Screenshots

screenshot
screenshot

Download Cryptscam Bitcoin Wallet Checker Extension CRX File

Download Cryptscam Bitcoin Wallet Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Cryptscam Bitcoin Wallet Checker Cryptscam Bitcoin Wallet Checker
ID dflginpbjknapjafleikakiljlcanhka
Official URL https://chromewebstore.google.com/detail/cryptscam-bitcoin-wallet/dflginpbjknapjafleikakiljlcanhka
Description This extension checks all the bitcoin addresses if they are a scam. Also, you can check a wallet using the extension form.
File Size 188 KB
Installation Count 95
Current Version 1.01
Last Updated 2021-03-19
Publish Date 2021-03-19
Developer https://cryptscam.com
Email [email protected]
Payment Type free
Extension Website https://cryptscam.com/extension
Supported Languages 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": [
        ""
    ]
}