NoLeaks

Audit potential privacy leaks on websites

NoLeaks क्या है?

NoLeaks https://noleaks.eu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Audit potential privacy leaks on websites"।

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

screenshot

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

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

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

                        The extension helps you control potential privacy leaks by auditing external content on every website you visit.

In the pop-up you see all outgoing connections to external resources. You may block some or all of them and prevent leakage of any data in the future. Next time when you visit the website, these blocks will be applied automatically.

Blocked websites are shared with other users to help make the Web great again in terms of GDPR and privacy.

The extension is free of charge and open-source, distributed under public MIT license on https://github.com/noleakseu/extension                    

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

नाम NoLeaks NoLeaks
ID nfjepklpiblbbcggheiamcicbfndbalb
आधिकारिक URL https://chromewebstore.google.com/detail/noleaks/nfjepklpiblbbcggheiamcicbfndbalb
विवरण Audit potential privacy leaks on websites
फ़ाइल का आकार 142 KB
स्थापना संख्या 38
वर्तमान संस्करण 1.26
अंतिम अपडेट 2020-03-01
प्रकाशन तिथि 2020-03-01
डेवलपर https://noleaks.eu
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://noleaks.eu
सहायता पृष्ठ URL https://noleaks.eu/#privacy
गोपनीयता नीति पृष्ठ URL http://noleaks.eu
समर्थित भाषाएँ de,en,fr,nl,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,bg
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.26",
    "author": "Olegs Kunicins",
    "minimum_chrome_version": "49.0",
    "minimum_opera_version": "36.0",
    "default_locale": "en",
    "icons": {
        "16": "assets\/on-16.png",
        "32": "assets\/on-32.png",
        "64": "assets\/on-64.png",
        "128": "assets\/on-128.png",
        "256": "assets\/on-256.png",
        "512": "assets\/on-512.png"
    },
    "permissions": [
        "tabs",
        "",
        "webRequest",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "src\/backend.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/on-16.png",
            "32": "assets\/on-32.png",
            "64": "assets\/on-64.png",
            "128": "assets\/on-128.png",
            "256": "assets\/on-256.png",
            "512": "assets\/on-512.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "src\/frontend.html"
    },
    "applications": {
        "gecko": {
            "id": "{43661e79-ba75-4395-83c9-29f905cb0220}",
            "strict_min_version": "57.0"
        }
    }
}