Youtube Anti-Adblock Bypass

Allows you to watch YouTube videos with an adblocker.

Apa itu Youtube Anti-Adblock Bypass?

Youtube Anti-Adblock Bypass adalah ekstensi Chrome yang dikembangkan oleh Project Centurion, dan fitur utamanya adalah "Allows you to watch YouTube videos with an adblocker.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Youtube Anti-Adblock Bypass

Unduh file ekstensi Youtube Anti-Adblock Bypass 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

                        Allows you to watch YouTube videos with an Adblocker installed. This extension is not an adblocker, it simply disables the YouTube popup that prevents you from watching videos. Use with extensions such as uBlock Origin for best results.

If you want to support me & fund further improvements: https://ko-fi.com/milkdudpoe                    

Informasi Dasar Ekstensi

Nama Youtube Anti-Adblock Bypass Youtube Anti-Adblock Bypass
ID gbghmolkliahkeekflofoaiofibligjf
URL Resmi https://chromewebstore.google.com/detail/youtube-anti-adblock-bypa/gbghmolkliahkeekflofoaiofibligjf
Deskripsi Allows you to watch YouTube videos with an adblocker.
Ukuran File 102 KB
Jumlah Instalasi 20,000
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-10-29
Tanggal Publikasi 2023-10-25
Penilaian 3.94/5 Total 203 Penilaian
Pengembang Project Centurion
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Anti-Adblock Bypass",
    "description": "Allows you to watch YouTube videos with an adblocker.",
    "version": "1.0.0",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/music.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*",
                "https:\/\/music.youtube.com\/watch*"
            ],
            "js": [
                "injected.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "128.png"
    }
}