AntiSwap - Crypto Exchange Rating

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

¿Qué es AntiSwap - Crypto Exchange Rating?

AntiSwap - Crypto Exchange Rating es una extensión de Chrome desarrollada por https://antiswap.info, y su función principal es "Instant detection of scams and protection against KYC traps in cryptocurrency exchange.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión AntiSwap - Crypto Exchange Rating

Descarga archivos de extensión AntiSwap - Crypto Exchange Rating en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre AntiSwap - Crypto Exchange Rating AntiSwap - Crypto Exchange Rating
ID blecoenboiompgfpcnbeefapngemimak
URL Oficial https://chromewebstore.google.com/detail/antiswap-crypto-exchange/blecoenboiompgfpcnbeefapngemimak
Descripción Instant detection of scams and protection against KYC traps in cryptocurrency exchange.
Tamaño del Archivo 49.83 KB
Cantidad de Instalaciones 53
Versión Actual 1.1
Última Actualización 2024-02-10
Fecha de Publicación 2023-12-05
Calificación 5.00/5 Total de 21 Calificaciones
Desarrollador https://antiswap.info
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://antiswap.info/extension
URL de la Página de Política de Privacidad https://antiswap.info/extension-privacy
Idiomas Soportados 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"
}