Undetectable Youtube AdBlocker

A free Undetectable Youtube AdBlocker

Apa itu Undetectable Youtube AdBlocker?

Undetectable Youtube AdBlocker adalah ekstensi Chrome yang dikembangkan oleh LI, dan fitur utamanya adalah "A free Undetectable Youtube AdBlocker".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Undetectable Youtube AdBlocker

Unduh file ekstensi Undetectable Youtube AdBlocker 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

                        This adblocker blocks youtube ads without being detected.

Why it's good:
🪶 Lightweight: Extremely light on resources.
🏎️ Efficient: Uses EventListening outperforming MutationObserver solutions
🎈 Simple: Just install and enjoy, no fancy settings.
🕵️ Stealthy: Undetectable from YouTube.
🔓 Permission-Free: Needs no extra permissions to operate.
🆓 Free forever.

Made my Igor & Luka                    

Informasi Dasar Ekstensi

Nama Undetectable Youtube AdBlocker Undetectable Youtube AdBlocker
ID hjmfamljcjmabepekpangndlnkffealb
URL Resmi https://chromewebstore.google.com/detail/undetectable-youtube-adbl/hjmfamljcjmabepekpangndlnkffealb
Deskripsi A free Undetectable Youtube AdBlocker
Ukuran File 37.24 KB
Jumlah Instalasi 1,534
Versi Saat Ini 5.0
Terakhir Diperbarui 2023-11-27
Tanggal Publikasi 2023-11-08
Penilaian 3.79/5 Total 19 Penilaian
Pengembang LI
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Undetectable Youtube AdBlocker",
    "description": "A free Undetectable Youtube AdBlocker",
    "version": "5.0",
    "icons": {
        "16": "logo\/16.png",
        "48": "logo\/48.png",
        "128": "logo\/128.png"
    },
    "action": {
        "default_title": "Undetectable Youtube AdBlocker",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [],
    "content_scripts": [
        {
            "js": [
                ".\/scripts\/injector.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                ".\/css\/youtubeStyles.css"
            ],
            "run_at": "document_start"
        }
    ]
}