Ethical AdBlock — Ad Blocker

Ethical Adblock is the first undetectable adblocker for all websites.

Apa itu Ethical AdBlock — Ad Blocker?

Ethical AdBlock — Ad Blocker adalah ekstensi Chrome yang dikembangkan oleh https://www.ethical-adblock.xyz, dan fitur utamanya adalah "Ethical Adblock is the first undetectable adblocker for all websites.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Ethical AdBlock — Ad Blocker

Unduh file ekstensi Ethical AdBlock — Ad Blocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Ethical AdBlock — Ad Blocker Ethical AdBlock — Ad Blocker
ID njfgllfchpddnfmildigamnkjjkipgea
URL Resmi https://chromewebstore.google.com/detail/ethical-adblock-%E2%80%94-ad-bloc/njfgllfchpddnfmildigamnkjjkipgea
Deskripsi Ethical Adblock is the first undetectable adblocker for all websites.
Ukuran File 153 KB
Jumlah Instalasi 72
Versi Saat Ini 1.2
Terakhir Diperbarui 2022-10-03
Tanggal Publikasi 2021-04-27
Penilaian 4.31/5 Total 16 Penilaian
Pengembang https://www.ethical-adblock.xyz
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.ethical-adblock.xyz
Bahasa yang Didukung 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
}