Fake-Shop Detector

The Fake Shop Detector warns you of fraudulent offers, directly in your internet browser!

¿Qué es Fake-Shop Detector?

Fake-Shop Detector es una extensión de Chrome desarrollada por ÖIAT – Forschungsprojekt SINBAD, y su función principal es "The Fake Shop Detector warns you of fraudulent offers, directly in your internet browser!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Fake-Shop Detector

Descarga archivos de extensión Fake-Shop Detector 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

                        The Fake-Shop Detector warns you in time about fraudulent offers, directly in your internet browser.

    - Free of charge and in real-time
    - Does not store private data
    - Available for Mozilla Firefox, Google Chrome, Microsoft Edge, and all Chromium browsers

The Fake-Shop Detector checks every visited website in two steps: First, it searches an expert-curated database on reputable and fraudulent online stores and websites. If a website is unknown, a real-time analysis by Artificial Intelligence (AI) occurs.

The plugin shows you the result of this check with different colors and icons.

Red: High risk.
Yellow: No clear result.
Green: Very low risk.
Grey: No online store, plugin still working, deactivated.

Safer online shopping with the Fake-Shop Detector. Give internet scams no chance!

The current version of the Fake-Shop Detector is operated by ÖIAT, AIT, and X-NET.

You can find more information at: https://www.fakeshop.at/en/research/
About us: https://www.fakeshop.at/en/contact-us/
Privacy policy: https://www.fakeshop.at/en/about-us/privacy/                    

Información Básica de la Extensión

Nombre Fake-Shop Detector Fake-Shop Detector
ID fmnfaallpopfkmkcabhcbjapbeiefgon
URL Oficial https://chromewebstore.google.com/detail/fake-shop-detector/fmnfaallpopfkmkcabhcbjapbeiefgon
Descripción The Fake Shop Detector warns you of fraudulent offers, directly in your internet browser!
Tamaño del Archivo 467 KB
Cantidad de Instalaciones 9,717
Versión Actual 2.0.3
Última Actualización 2024-02-27
Fecha de Publicación 2021-10-25
Calificación 4.50/5 Total de 2 Calificaciones
Desarrollador ÖIAT – Forschungsprojekt SINBAD
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.fakeshop.at/
URL de la Página de Ayuda https://www.fakeshop.at/kontakt/
URL de la Página de Política de Privacidad https://www.fakeshop.at/ueber-fake-shop-detector/datenschutz
Idiomas Soportados de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "2.0.3",
    "default_locale": "en",
    "icons": {
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "devtools_page": "devtools.html"
}