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 с друзьями, чтобы легко установить расширения 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"
    ]
}