Explode the Web!

Explode web pages that contain data trackers!

Was ist Explode the Web!?

Explode the Web! ist eine Chrome-Erweiterung, die von https://sneakaway.studio entwickelt wurde, und ihr Hauptmerkmal ist "Explode web pages that contain data trackers!".

Erweiterungsscreenshots

screenshot

Explode the Web!-Erweiterungs-CRX-Datei herunterladen

Laden Sie Explode the Web!-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

                        A browser extension that explodes web pages with third party trackers. Reload the page to reset it. See it in action here https://youtu.be/hZuIVJTz8N0                    

Grundlegende Informationen zur Erweiterung

Name Explode the Web! Explode the Web!
ID dmedbnfdhjfppcgbccpfaigicbnajhod
Offizielle URL https://chromewebstore.google.com/detail/explode-the-web/dmedbnfdhjfppcgbccpfaigicbnajhod
Beschreibung Explode web pages that contain data trackers!
Dateigröße 128 KB
Installationsanzahl 1,111
Aktuelle Version 1.2.2
Letztes Update 2022-01-13
Veröffentlichungsdatum 2019-07-01
Bewertung 3.15/5 Insgesamt 13 Bewertungen
Entwickler https://sneakaway.studio
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/sneakaway-studio/explode-the-web
URL der Datenschutzrichtlinien-Seite https://tallysavestheinternet.com/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Explode the Web!",
    "description": "Explode web pages that contain data trackers!",
    "version": "1.2.2",
    "manifest_version": 2,
    "icons": {
        "16": "assets\/img\/explode-icon16.png",
        "48": "assets\/img\/explode-icon48.png",
        "64": "assets\/img\/explode-icon64.png",
        "128": "assets\/img\/explode-icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/img\/explode-icon16.png",
            "48": "assets\/img\/explode-icon48.png"
        },
        "default_title": "Explode Tracked Web Pages!",
        "default_popup": "assets\/pages\/popup.html"
    },
    "background": {
        "scripts": []
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/libs\/anime.min-3.2.0.js",
                "assets\/libs\/jquery-3.6.0.min.js",
                "assets\/libs\/purify-2.3.4.js",
                "assets\/js\/disconnect-tracking-services.js",
                "assets\/js\/functions.js",
                "assets\/js\/keys.js",
                "assets\/js\/explode.js",
                "content.js"
            ],
            "css": [
                "assets\/css\/styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [],
    "web_accessible_resources": [
        "*.svg",
        "*.mp3"
    ]
}