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
官方網址 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"
    ]
}