Ethical AdBlock — Ad Blocker

Ethical Adblock is the first undetectable adblocker for all websites.

What is Ethical AdBlock — Ad Blocker?

Ethical AdBlock — Ad Blocker is a Chrome extension developed by https://www.ethical-adblock.xyz, and its main feature is "Ethical Adblock is the first undetectable adblocker for all websites.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Ethical AdBlock — Ad Blocker Extension CRX File

Download Ethical AdBlock — Ad Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Ethical AdBlock — Ad Blocker Ethical AdBlock — Ad Blocker
ID njfgllfchpddnfmildigamnkjjkipgea
Official URL https://chromewebstore.google.com/detail/ethical-adblock-%E2%80%94-ad-bloc/njfgllfchpddnfmildigamnkjjkipgea
Description Ethical Adblock is the first undetectable adblocker for all websites.
File Size 153 KB
Installation Count 72
Current Version 1.2
Last Updated 2022-10-03
Publish Date 2021-04-27
Rating 4.31/5 Total 16 Ratings
Developer https://www.ethical-adblock.xyz
Email [email protected]
Payment Type free
Extension Website https://www.ethical-adblock.xyz
Supported Languages 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
}