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
Eメール [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"
    ]
}