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.

Cryptscam Bitcoin Wallet Checkerとは何ですか?

Cryptscam Bitcoin Wallet Checkerはhttps://cryptscam.comによって開発されたChromeの拡張機能で、その主な機能は「This extension checks all the bitcoin addresses if they are a scam. Also, you can check a wallet using the extension form.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Cryptscam Bitcoin Wallet Checker拡張機能のCRXファイルをダウンロード

Cryptscam Bitcoin Wallet Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Cryptscam Bitcoin Wallet Checker Cryptscam Bitcoin Wallet Checker
ID dflginpbjknapjafleikakiljlcanhka
公式URL https://chromewebstore.google.com/detail/cryptscam-bitcoin-wallet/dflginpbjknapjafleikakiljlcanhka
説明 This extension checks all the bitcoin addresses if they are a scam. Also, you can check a wallet using the extension form.
ファイルサイズ 188 KB
インストール数 95
現在のバージョン 1.01
最終更新日 2021-03-19
公開日 2021-03-19
開発者 https://cryptscam.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://cryptscam.com/extension
対応言語 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": [
        ""
    ]
}