Undetectable AdBlocker

This adblocker blocks ads on youtube, forbes, businessinsider and many other websites while remaining undetected.

Undetectable AdBlocker란 무엇입니까?

Undetectable AdBlocker은(는) undetectableadblocker.ext에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This adblocker blocks ads on youtube, forbes, businessinsider and many other websites while remaining undetected."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Undetectable AdBlocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension blocks ads and video-ads on many websites while remaining undetected.

YouTube Creator Friendly: This adblocker blocks youtube ads while simultaneously making youtube think the ads are actually being played. This thereby enables you to have an adfree experience and at the same time support the youtubers economically. It's a win-win situation. The ads are skipped very fast, but you might see a tiny glimse of them upon loading videos on certain occasions.

NOTES
- If ads aren't being blocked properly, just tell us by clicking "Click here" in the extension. We'll fix it right ahead!
- You might need to disable your other AdBlockers (e.g. AdBlock Pro, uBlock etc.) because they often detected and thereby hinder this one from working properly!
- It doesn't block popups. We propose that you use a designated chrome popup-blocker for that.

CREDITS
- Developed by Igor Momcilovic and Luka Momcilovic                    

확장 프로그램 기본 정보

이름 Undetectable AdBlocker Undetectable AdBlocker
ID gcfcpohokifjldeandkfjoboemihipmb
공식 URL https://chromewebstore.google.com/detail/undetectable-adblocker/gcfcpohokifjldeandkfjoboemihipmb
설명 This adblocker blocks ads on youtube, forbes, businessinsider and many other websites while remaining undetected.
파일 크기 2.48 MB
설치 횟수 302,057
현재 버전 5.9
최근 업데이트 2023-03-17
출시 날짜 2020-06-18
평점 3.86/5 총 537 개의 평점
개발자 undetectableadblocker.ext
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1PL7sm_vSW09mQr1_-hSvcIMnqgW6WLuf6Nxu2y27QMc/edit?usp=sharing
지원되는 언어 en-GB
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "blocker\/adList.js",
            "blocker\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "static\/popup.html",
        "default_title": "I'm Undetectable. I think..."
    },
    "description": "This adblocker blocks ads on youtube, forbes, businessinsider and many other websites while remaining undetected.",
    "icons": {
        "128": "images\/128.png",
        "16": "images\/16.png",
        "48": "images\/48.png"
    },
    "manifest_version": 2,
    "name": "Undetectable AdBlocker",
    "options_ui": {
        "open_in_tab": false,
        "page": "static\/options.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs",
        "storage",
        "webNavigation"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "5.9",
    "web_accessible_resources": [
        "images\/transparent.gif"
    ]
}