AntiSwap - Crypto Exchange Rating

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

Co to jest AntiSwap - Crypto Exchange Rating?

AntiSwap - Crypto Exchange Rating to rozszerzenie Chrome opracowane przez https://antiswap.info, a jego główną funkcją jest „Instant detection of scams and protection against KYC traps in cryptocurrency exchange.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia AntiSwap - Crypto Exchange Rating

Pobierz pliki rozszerzeń AntiSwap - Crypto Exchange Rating w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa AntiSwap - Crypto Exchange Rating AntiSwap - Crypto Exchange Rating
ID blecoenboiompgfpcnbeefapngemimak
Oficjalny URL https://chromewebstore.google.com/detail/antiswap-crypto-exchange/blecoenboiompgfpcnbeefapngemimak
Opis Instant detection of scams and protection against KYC traps in cryptocurrency exchange.
Rozmiar pliku 49.83 KB
Liczba instalacji 53
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2024-02-10
Data Publikacji 2023-12-05
Ocena 5.00/5 Łącznie 21 Oceny
Deweloper https://antiswap.info
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://antiswap.info/extension
Adres URL Strony Polityki Prywatności https://antiswap.info/extension-privacy
Obsługiwane Języki 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"
}