Undetectable AdBlocker

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

Wat is Undetectable AdBlocker?

Undetectable AdBlocker is een Chrome-extensie ontwikkeld door undetectableadblocker.ext, en de belangrijkste functie is "This adblocker blocks ads on youtube, forbes, businessinsider and many other websites while remaining undetected.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Undetectable AdBlocker

Download Undetectable AdBlocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Undetectable AdBlocker Undetectable AdBlocker
ID gcfcpohokifjldeandkfjoboemihipmb
Officiële URL https://chromewebstore.google.com/detail/undetectable-adblocker/gcfcpohokifjldeandkfjoboemihipmb
Beschrijving This adblocker blocks ads on youtube, forbes, businessinsider and many other websites while remaining undetected.
Bestandsgrootte 2.48 MB
Aantal Installaties 302,057
Huidige Versie 5.9
Laatst Bijgewerkt 2023-03-17
Publicatiedatum 2020-06-18
Beoordeling 3.86/5 Totaal 537 Beoordelingen
Ontwikkelaar undetectableadblocker.ext
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://docs.google.com/document/d/1PL7sm_vSW09mQr1_-hSvcIMnqgW6WLuf6Nxu2y27QMc/edit?usp=sharing
Ondersteunde Talen 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"
    ]
}