Cointutu Honeypot Shield

Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.

Cointutu Honeypot Shieldとは何ですか?

Cointutu Honeypot Shieldはhttps://cointutu.comによって開発されたChromeの拡張機能で、その主な機能は「Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.」です。

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

screenshot

Cointutu Honeypot Shield拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.

See that if a token was not launched yet or there's no liquidity it could throw a false positive alert.                    

拡張機能の基本情報

名前 Cointutu Honeypot Shield Cointutu Honeypot Shield
ID ajpbjkidafoijgbpimdafehabhiobjjk
公式URL https://chromewebstore.google.com/detail/cointutu-honeypot-shield/ajpbjkidafoijgbpimdafehabhiobjjk
説明 Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.
ファイルサイズ 417 KB
インストール数 70
現在のバージョン 0.0.2
最終更新日 2021-11-01
公開日 2021-09-10
評価 5.00/5 合計 1 レビュー
開発者 https://cointutu.com
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "content_scripts": [
        {
            "js": [
                "web3.min.js",
                "content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.",
    "icons": {
        "128": "i\/cointutu_logo128.png",
        "48": "i\/cointutu_logo48.png"
    },
    "manifest_version": 2,
    "name": "Cointutu Honeypot Shield",
    "permissions": [
        "https:\/\/bscscan.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2",
    "web_accessible_resources": [
        "i\/cointutu_logo32.png"
    ]
}