Ad Avenger

Ad Avenger is a guardian of your browsing experience. No ads are allowed while he is on the watch.

Ad Avenger란 무엇입니까?

Ad Avenger은(는) collimmethen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ad Avenger is a guardian of your browsing experience. No ads are allowed while he is on the watch."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Ad Avenger 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Ad Avenger is a guardian of your browsing experience. No ads are allowed while he is on the watch. His protection encompasses the most popular sites, so no more interruptions while you are watching your favorite content.
You can also feel safe while surfing the Internet because he blocks the third-party trackers, which advertising corporations use to spy on you.

If you have any inquiries or suggestions, you can always send an email to the creators of Ad Avenger. Support email - [email protected]. Looking forward to your awesome ideas.                    

확장 프로그램 기본 정보

이름 Ad Avenger Ad Avenger
ID aabcnnmihfbpfblmeflmggaccdjlpfpp
공식 URL https://chrome.google.com/webstore/detail/ad-avenger/aabcnnmihfbpfblmeflmggaccdjlpfpp
설명 Ad Avenger is a guardian of your browsing experience. No ads are allowed while he is on the watch.
파일 크기 800 KB
설치 횟수 100,000
현재 버전 1.0.0
최근 업데이트 2021-09-28
출시 날짜 2021-09-28
평점 4.82/5 총 22 개의 평점
개발자 collimmethen
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,nl,es,it,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad Avenger",
    "description": "__MSG_description__",
    "version": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "128": "icons\/enabled\/128x128.png",
        "48": "icons\/enabled\/48x48.png",
        "32": "icons\/enabled\/32x32.png",
        "16": "icons\/enabled\/16x16.png"
    },
    "browser_action": {
        "default_title": "Ad Avenger",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icons\/enabled\/32x32.png",
            "24": "icons\/enabled\/24x24.png",
            "16": "icons\/enabled\/16x16.png"
        }
    },
    "background": {
        "scripts": [
            "adguard\/adguard-api.js",
            "background.bundle.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "adguard\/adguard-content.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "ws:\/\/*\/*",
        "wss:\/\/*\/*",
        "storage",
        "unlimitedStorage"
    ]
}