Qikfox

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

Qikfox क्या है?

Qikfox qikfox.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Qikfox Chrome Extension is a Smart Scam Detection Software for Internet Users. It can detect scam websites and alert users."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Qikfox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Qikfox Qikfox
ID mjkfljcpahjjacdmoepchegegmlepado
आधिकारिक URL https://chromewebstore.google.com/detail/qikfox/mjkfljcpahjjacdmoepchegegmlepado
विवरण Qikfox Chrome Extension is a Smart Scam Detection Software for Internet Users. It can detect scam websites and alert users.
फ़ाइल का आकार 1.42 MB
स्थापना संख्या 2,117
वर्तमान संस्करण 2.1.0
अंतिम अपडेट 2021-02-01
प्रकाशन तिथि 2019-04-07
रेटिंग 4.15/5 कुल 13 रेटिंग्स
डेवलपर qikfox.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.qikfox.com
सहायता पृष्ठ URL https://www.qikfox.com/what-is-qikfox
गोपनीयता नीति पृष्ठ URL https://www.qikfox.com/privacy-policy
समर्थित भाषाएँ 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'"
}