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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly see if a Binance Smart Chain token is a honeypot by checking their contract address mentioned on any web page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cointutu Honeypot Shield एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}