Ethical AdBlock — Ad Blocker

Ethical Adblock is the first undetectable adblocker for all websites.

Wat is Ethical AdBlock — Ad Blocker?

Ethical AdBlock — Ad Blocker is een Chrome-extensie ontwikkeld door https://www.ethical-adblock.xyz, en de belangrijkste functie is "Ethical Adblock is the first undetectable adblocker for all websites.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Ethical AdBlock — Ad Blocker

Download Ethical AdBlock — Ad Blocker-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

                        Ethical adblock is the first undetectable ad blocker in the world !
It is undetectable by ad blocker detectors and blocks all your ads on youtube, twitch, twitter and all your favorite sites.

═══════════ Features ═══════════

┊Adblocker completely undetectable
┊Block Youtube video ads
┊Block Ads on All Websites 
┊Make Your Browser Faster                    

Basisinformatie over de Extensie

Naam Ethical AdBlock — Ad Blocker Ethical AdBlock — Ad Blocker
ID njfgllfchpddnfmildigamnkjjkipgea
Officiële URL https://chromewebstore.google.com/detail/ethical-adblock-%E2%80%94-ad-bloc/njfgllfchpddnfmildigamnkjjkipgea
Beschrijving Ethical Adblock is the first undetectable adblocker for all websites.
Bestandsgrootte 153 KB
Aantal Installaties 72
Huidige Versie 1.2
Laatst Bijgewerkt 2022-10-03
Publicatiedatum 2021-04-27
Beoordeling 4.31/5 Totaal 16 Beoordelingen
Ontwikkelaar https://www.ethical-adblock.xyz
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.ethical-adblock.xyz
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethical AdBlock \u2014 Ad Blocker",
    "version": "1.2",
    "description": "Ethical Adblock is the first undetectable adblocker for all websites.",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "blocked_domains.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "adskip.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "128": "Logo_EthicalBlocker.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}