Cointutu Honeypot Shield

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

Apa itu Cointutu Honeypot Shield?

Cointutu Honeypot Shield adalah ekstensi Chrome yang dikembangkan oleh https://cointutu.com, dan fitur utamanya adalah "Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cointutu Honeypot Shield

Unduh file ekstensi Cointutu Honeypot Shield dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Cointutu Honeypot Shield Cointutu Honeypot Shield
ID ajpbjkidafoijgbpimdafehabhiobjjk
URL Resmi https://chromewebstore.google.com/detail/cointutu-honeypot-shield/ajpbjkidafoijgbpimdafehabhiobjjk
Deskripsi Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page.
Ukuran File 417 KB
Jumlah Instalasi 70
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2021-11-01
Tanggal Publikasi 2021-09-10
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://cointutu.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}