Disconnect

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

Was ist Disconnect?

Disconnect ist eine Chrome-Erweiterung, die von https://disconnect.me entwickelt wurde, und ihr Hauptmerkmal ist "Make the web faster, more private, and more secure.".

Erweiterungsscreenshots

screenshot
screenshot

Disconnect-Erweiterungs-CRX-Datei herunterladen

Laden Sie Disconnect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Disconnect Disconnect
ID jeoacafpbcihiomhlakheieifhpjdfeo
Offizielle URL https://chromewebstore.google.com/detail/disconnect/jeoacafpbcihiomhlakheieifhpjdfeo
Beschreibung Make the web faster, more private, and more secure.
Dateigröße 1017 KB
Installationsanzahl 596,217
Aktuelle Version 20.3.1.1
Letztes Update 2020-10-07
Veröffentlichungsdatum 2020-03-04
Bewertung 4.40/5 Insgesamt 3142 Bewertungen
Entwickler https://disconnect.me
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://disconnect.me/
Hilfeseite URL https://disconnect.me/disconnect/help
URL der Datenschutzrichtlinien-Seite https://disconnect.me/privacy
Unterstützte Sprachen 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
        }
    ]
}