HackNotice Chrome Extension

HackNotice Chrome Extension

HackNotice Chrome Extension क्या है?

HackNotice Chrome Extension https://hacknotice.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "HackNotice Chrome Extension"।

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

screenshot
screenshot
screenshot

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

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

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

                        Extends HackNotice, the easy and free personal security service.

The easiest way to know about hacks and identity leaks just got easier.  

This extension:
    * Alerts you in real time when you visit a site if the site has been hacked recently
    * Makes sure that your watchlist is complete by adding sites to HackNotice as you browse
    * Stay alerted on all the sites you care about with zero effort

Use HackNotice to:
    * Get a timeline of your historical hacks
    * Find where your digital identity has been leaked
    * Learn about new hacks and leaks in real-time
    * Take steps to reduce your risk and increase your security
    * Stay up to date on what new hacks are happening around the world
    * Share hack notices with friends so they can secure themselves                    

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

नाम HackNotice Chrome Extension HackNotice Chrome Extension
ID kbjanbmmokbpaibafdgehgkpncpdjbpf
आधिकारिक URL https://chromewebstore.google.com/detail/hacknotice-chrome-extensi/kbjanbmmokbpaibafdgehgkpncpdjbpf
विवरण HackNotice Chrome Extension
फ़ाइल का आकार 147 KB
स्थापना संख्या 1,323
वर्तमान संस्करण 1.0.23
अंतिम अपडेट 2024-01-31
प्रकाशन तिथि 2019-11-14
रेटिंग 4.53/5 कुल 17 रेटिंग्स
डेवलपर https://hacknotice.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://hacknotice.com
सहायता पृष्ठ URL https://hacknotice.zendesk.com/hc/en-us
गोपनीयता नीति पृष्ठ URL https://hacknotice.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HackNotice Chrome Extension",
    "short_name": "HackNotice Chrome Extension",
    "version": "1.0.23",
    "description": "HackNotice Chrome Extension",
    "host_permissions": [
        "*:\/\/extensionapi.hacknotice.com\/*",
        "https:\/\/extensionapi.hacknotice.com\/*",
        "https:\/\/vpn-dev-steve.hacknotice.com\/*",
        "*:\/\/*\/*"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "notifications"
    ],
    "action": {
        "default_popup": "index.html?#\/popup",
        "default_title": "HackNotice Chrome Extension"
    },
    "content_scripts": [
        {
            "js": [
                "contentPage.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "contentPage.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "19": "assets\/hn_logo_19.png",
        "36": "assets\/hn_logo_36.png",
        "38": "assets\/hn_logo_38.png",
        "48": "assets\/hn_logo_48.png",
        "128": "assets\/hn_logo_128.png"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_security_policy": {
        "script-src": "'self' 'unsafe-eval' 'unsafe-inline'",
        "connect-src": "https:\/\/*",
        "extension_pages": "script-src 'self'; object-src 'self'",
        "Referrer-Policy": "unsafe-url"
    }
}