Ethical AdBlock — Ad Blocker

Ethical Adblock is the first undetectable adblocker for all websites.

Vad är Ethical AdBlock — Ad Blocker?

Ethical AdBlock — Ad Blocker är en Chrome-tillägg utvecklad av https://www.ethical-adblock.xyz, och dess huvudfunktion är "Ethical Adblock is the first undetectable adblocker for all websites.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Ethical AdBlock — Ad Blocker-förlängningens CRX-fil

Ladda ner Ethical AdBlock — Ad Blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Ethical AdBlock — Ad Blocker Ethical AdBlock — Ad Blocker
ID njfgllfchpddnfmildigamnkjjkipgea
Officiell webbadress https://chromewebstore.google.com/detail/ethical-adblock-%E2%80%94-ad-bloc/njfgllfchpddnfmildigamnkjjkipgea
Beskrivning Ethical Adblock is the first undetectable adblocker for all websites.
Filstorlek 153 KB
Antal Installationer 72
Aktuell Version 1.2
Senast Uppdaterad 2022-10-03
Publiceringsdatum 2021-04-27
Betyg 4.31/5 Totalt 16 Betyg
Utvecklare https://www.ethical-adblock.xyz
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.ethical-adblock.xyz
Stödda Språk 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
}