Qikfox

Qikfox Chrome Extension is a Smart Scam Detection Software for Internet Users. It can detect scam websites and alert users.

¿Qué es Qikfox?

Qikfox es una extensión de Chrome desarrollada por qikfox.com, y su función principal es "Qikfox Chrome Extension is a Smart Scam Detection Software for Internet Users. It can detect scam websites and alert users.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Qikfox

Descarga archivos de extensión Qikfox 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

                        Qikfox Chrome Extension is a state-of-the-art Smart Scam Blocker. Powered by a proprietary Machine Learning Engine, the extension can detect, block and alert the Internet User about Scam, Phishing, and Unsafe Websites. Qikfox is powered by intelligent servers that record and store digital footprints of thousands of Scam Websites. While browsing whenever the Qikfox extension detects a website that matches the scammer's footprint, it alerts the user thereby blocking the scam in action. 

600+ Billion US Dollars is lost to Cybercrimes Annually. Almost all Cybercrimes start with the scammers preying on innocent Internet users by engaging them via Internet Browsers, Business Emails or Telephone. qikfox offers Real-Time protection from Online Scams by identifying cybercriminal's digital footprints and warning you from falling prey to these criminals.

Qikfox makes your browsing safe.                    

Información Básica de la Extensión

Nombre Qikfox Qikfox
ID mjkfljcpahjjacdmoepchegegmlepado
URL Oficial https://chromewebstore.google.com/detail/qikfox/mjkfljcpahjjacdmoepchegegmlepado
Descripción Qikfox Chrome Extension is a Smart Scam Detection Software for Internet Users. It can detect scam websites and alert users.
Tamaño del Archivo 1.42 MB
Cantidad de Instalaciones 2,117
Versión Actual 2.1.0
Última Actualización 2021-02-01
Fecha de Publicación 2019-04-07
Calificación 4.15/5 Total de 13 Calificaciones
Desarrollador qikfox.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.qikfox.com
URL de la Página de Ayuda https://www.qikfox.com/what-is-qikfox
URL de la Página de Política de Privacidad https://www.qikfox.com/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Qikfox",
    "short_name": "Smart Scam Blocker",
    "manifest_version": 2,
    "description": "Qikfox Chrome Extension is a Smart Scam Detection Software for Internet Users. It can detect scam websites and alert users.",
    "version": "2.1.0",
    "author": "qikfox.com",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "icons": {
        "128": "images\/icon\/favicon.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon\/favicon.png"
        },
        "default_popup": "templates\/phone-register.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false,
            "js": [
                "js\/qikfox-script.js",
                "js\/qikfox-content.js"
            ],
            "css": [
                "css\/qikfox-content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "",
        "cookies",
        "storage",
        "unlimitedStorage",
        "tabs",
        "webRequest",
        "alarms"
    ],
    "web_accessible_resources": [
        "images\/*.svg",
        "images\/*.png",
        "css\/qikfox-content.css",
        "css\/fonts\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}