Undetectable AdBlocker

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

Τι είναι το Undetectable AdBlocker;

Το Undetectable AdBlocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον undetectableadblocker.ext, και η κύρια λειτουργία του είναι "This adblocker blocks ads on youtube, forbes, businessinsider and many other websites while remaining undetected.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Undetectable AdBlocker

Λήψη αρχείων επέκτασης 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
Επίσημο 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"
    ]
}