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文件

下載Undetectable AdBlocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}