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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Cointutu Honeypot Shield

قم بتنزيل ملفات الامتداد Cointutu Honeypot Shield بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}