Explode the Web!

Explode web pages that contain data trackers!

What is Explode the Web!?

Explode the Web! is a Chrome extension developed by https://sneakaway.studio, and its main feature is "Explode web pages that contain data trackers!".

Extension Screenshots

screenshot

Download Explode the Web! Extension CRX File

Download Explode the Web! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Explode the Web! Explode the Web!
ID dmedbnfdhjfppcgbccpfaigicbnajhod
Official URL https://chromewebstore.google.com/detail/explode-the-web/dmedbnfdhjfppcgbccpfaigicbnajhod
Description Explode web pages that contain data trackers!
File Size 128 KB
Installation Count 1,111
Current Version 1.2.2
Last Updated 2022-01-13
Publish Date 2019-07-01
Rating 3.15/5 Total 13 Ratings
Developer https://sneakaway.studio
Email [email protected]
Payment Type free
Extension Website https://github.com/sneakaway-studio/explode-the-web
Privacy Policy Page URL https://tallysavestheinternet.com/privacy
Supported Languages 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"
    ]
}