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
电子邮箱 [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"
    ]
}