Explode the Web!

Explode web pages that contain data trackers!

什么是Explode the Web!?

Explode the Web!是由https://sneakaway.studio开发的Chrome扩展程序,该扩展的主要功能是“Explode web pages that contain data trackers!”。

扩展截图

screenshot

下载Explode the Web!扩展crx文件

下载Explode the Web!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Explode the Web! Explode the Web!
ID dmedbnfdhjfppcgbccpfaigicbnajhod
官方URL https://chromewebstore.google.com/detail/explode-the-web/dmedbnfdhjfppcgbccpfaigicbnajhod
简介 Explode web pages that contain data trackers!
文件大小 128 KB
安装次数 1,111
当前版本 1.2.2
更新时间 2022-01-13
上架时间 2019-07-01
评分 3.15/5 共13次评分
开发者 https://sneakaway.studio
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/sneakaway-studio/explode-the-web
隐私政策页面URL https://tallysavestheinternet.com/privacy
支持的语言 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"
    ]
}