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
官方網址 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
電子郵箱 [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"
    ]
}