AntiSwap - Crypto Exchange Rating

Instant detection of scams and protection against KYC traps in cryptocurrency exchange.

Что такое AntiSwap - Crypto Exchange Rating?

AntiSwap - Crypto Exchange Rating - это расширение Chrome, разработанное https://antiswap.info, и его основная функция - "Instant detection of scams and protection against KYC traps in cryptocurrency exchange.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения AntiSwap - Crypto Exchange Rating

Скачайте файлы расширений AntiSwap - Crypto Exchange Rating в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Protect yourself and your cryptocurrency exchanges with the AntiSwap extension for Chrome! Install the extension and rely on our verified ratings to avoid fraud. You will be warned when visiting a scam exchange and can avoid KYC traps when exchanging cryptocurrencies.                    

Основная информация о расширении

Название AntiSwap - Crypto Exchange Rating AntiSwap - Crypto Exchange Rating
ID blecoenboiompgfpcnbeefapngemimak
Официальный URL https://chromewebstore.google.com/detail/antiswap-crypto-exchange/blecoenboiompgfpcnbeefapngemimak
Описание Instant detection of scams and protection against KYC traps in cryptocurrency exchange.
Размер файла 49.83 KB
Количество установок 53
Текущая Версия 1.1
Последнее Обновление 2024-02-10
Дата публикации 2023-12-05
Рейтинг 5.00/5 Всего 21 оценок
Разработчик https://antiswap.info
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://antiswap.info/extension
URL страницы политики конфиденциальности https://antiswap.info/extension-privacy
Поддерживаемые языки de,en,fr,es,ru,zh-CN,ja
manifest.json
{
    "version": "1.1",
    "manifest_version": 3,
    "default_locale": "ru",
    "name": "__MSG_extensionName__",
    "short_name": "AntiSwap",
    "description": "__MSG_extensionDescription__",
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "icons\/n.png"
    },
    "icons": {
        "16": "icons\/n.png",
        "48": "icons\/n.png",
        "128": "icons\/n.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "scripting",
        "webNavigation",
        "tabs",
        "alarms",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}