AntiSwap - Crypto Exchange Rating

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

Hvad er AntiSwap - Crypto Exchange Rating?

AntiSwap - Crypto Exchange Rating er en Chrome-udvidelse udviklet af https://antiswap.info, og dens hovedfunktion er "Instant detection of scams and protection against KYC traps in cryptocurrency exchange.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download AntiSwap - Crypto Exchange Rating-udvidelses-CRX-fil

Download AntiSwap - Crypto Exchange Rating-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn AntiSwap - Crypto Exchange Rating AntiSwap - Crypto Exchange Rating
ID blecoenboiompgfpcnbeefapngemimak
Officiel URL https://chromewebstore.google.com/detail/antiswap-crypto-exchange/blecoenboiompgfpcnbeefapngemimak
Beskrivelse Instant detection of scams and protection against KYC traps in cryptocurrency exchange.
Filstørrelse 49.83 KB
Antal Installationer 53
Nuværende Version 1.1
Senest Opdateret 2024-02-10
Udgivelsesdato 2023-12-05
Bedømmelse 5.00/5 Samlet 21 Bedømmelser
Udvikler https://antiswap.info
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://antiswap.info/extension
URL til Fortrolighedspolitik Side https://antiswap.info/extension-privacy
Understøttede Sprog 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"
}