Disconnect

Make the web faster, more private, and more secure.

Disconnect क्या है?

Disconnect https://disconnect.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make the web faster, more private, and more secure."।

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

screenshot
screenshot

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

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

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

                        Disconnect lets you visualize and block the invisible websites that track you. Load the pages you go to 44% faster. Stop tracking by thousands of third-party sites.

Disconnect was named the best privacy tool by the New York Times (2016), Innovation Award winner for Best Privacy and Security software at South by Southwest (2015), listed as one of the 100 best innovations of the year by Popular Science and one of the 20 best Chrome extensions by Lifehacker.

Disconnect is open-source , pay-what-you-want software .

You can get help on our site .

Note: Green (or checked) means blocked!                    

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

नाम Disconnect Disconnect
ID jeoacafpbcihiomhlakheieifhpjdfeo
आधिकारिक URL https://chromewebstore.google.com/detail/disconnect/jeoacafpbcihiomhlakheieifhpjdfeo
विवरण Make the web faster, more private, and more secure.
फ़ाइल का आकार 1017 KB
स्थापना संख्या 596,217
वर्तमान संस्करण 20.3.1.1
अंतिम अपडेट 2020-10-07
प्रकाशन तिथि 2020-03-04
रेटिंग 4.40/5 कुल 3142 रेटिंग्स
डेवलपर https://disconnect.me
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://disconnect.me/
सहायता पृष्ठ URL https://disconnect.me/disconnect/help
गोपनीयता नीति पृष्ठ URL https://disconnect.me/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Disconnect",
    "version": "20.3.1.1",
    "description": "Make the web faster, more private, and more secure.",
    "icons": {
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [],
    "background": {
        "scripts": [
            "scripts\/vendor\/moment\/moment.js",
            "scripts\/vendor\/jquery\/jquery.js",
            "scripts\/vendor\/sitename\/alttlds.js",
            "scripts\/vendor\/sitename\/tldpatch.js",
            "scripts\/vendor\/sitename\/sitename.js",
            "scripts\/services.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "View and manage requests"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "stylesheets\/content.css"
            ],
            "js": [
                "scripts\/vendor\/jquery\/jquery.js",
                "scripts\/vendor\/sitename\/alttlds.js",
                "scripts\/vendor\/sitename\/tldpatch.js",
                "scripts\/vendor\/sitename\/sitename.js",
                "scripts\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}