AntiSwap - Crypto Exchange Rating

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

Was ist AntiSwap - Crypto Exchange Rating?

AntiSwap - Crypto Exchange Rating ist eine Chrome-Erweiterung, die von https://antiswap.info entwickelt wurde, und ihr Hauptmerkmal ist "Instant detection of scams and protection against KYC traps in cryptocurrency exchange.".

Erweiterungsscreenshots

screenshot
screenshot

AntiSwap - Crypto Exchange Rating-Erweiterungs-CRX-Datei herunterladen

Laden Sie AntiSwap - Crypto Exchange Rating-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name AntiSwap - Crypto Exchange Rating AntiSwap - Crypto Exchange Rating
ID blecoenboiompgfpcnbeefapngemimak
Offizielle URL https://chromewebstore.google.com/detail/antiswap-crypto-exchange/blecoenboiompgfpcnbeefapngemimak
Beschreibung Instant detection of scams and protection against KYC traps in cryptocurrency exchange.
Dateigröße 49.83 KB
Installationsanzahl 53
Aktuelle Version 1.1
Letztes Update 2024-02-10
Veröffentlichungsdatum 2023-12-05
Bewertung 5.00/5 Insgesamt 21 Bewertungen
Entwickler https://antiswap.info
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://antiswap.info/extension
URL der Datenschutzrichtlinien-Seite https://antiswap.info/extension-privacy
Unterstützte Sprachen 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"
}