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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}