Explode the Web!

Explode web pages that contain data trackers!

Apa itu Explode the Web!?

Explode the Web! adalah ekstensi Chrome yang dikembangkan oleh https://sneakaway.studio, dan fitur utamanya adalah "Explode web pages that contain data trackers!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Explode the Web!

Unduh file ekstensi Explode the Web! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Explode the Web! Explode the Web!
ID dmedbnfdhjfppcgbccpfaigicbnajhod
URL Resmi https://chromewebstore.google.com/detail/explode-the-web/dmedbnfdhjfppcgbccpfaigicbnajhod
Deskripsi Explode web pages that contain data trackers!
Ukuran File 128 KB
Jumlah Instalasi 1,111
Versi Saat Ini 1.2.2
Terakhir Diperbarui 2022-01-13
Tanggal Publikasi 2019-07-01
Penilaian 3.15/5 Total 13 Penilaian
Pengembang https://sneakaway.studio
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/sneakaway-studio/explode-the-web
URL Halaman Kebijakan Privasi https://tallysavestheinternet.com/privacy
Bahasa yang Didukung 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"
    ]
}