Youtube Ad Remover

This extension will remove Youtube ads for you.

Apa itu Youtube Ad Remover?

Youtube Ad Remover adalah ekstensi Chrome yang dikembangkan oleh kinshuk1911, dan fitur utamanya adalah "This extension will remove Youtube ads for you.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Youtube Ad Remover

Unduh file ekstensi Youtube Ad Remover 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

                        Youtube ad remover makes Youtube more fun.
This extension aso removes banner ads for you, so all you have to do is just to download this chrome extension and sit back and enjoy youtube videos.

Note: This extension does not remove ads. It just skips ads as soon as their appear and no you don't even need to wait for 5 seconds for the skip ad button to appear.                    

Informasi Dasar Ekstensi

Nama Youtube Ad Remover Youtube Ad Remover
ID nlmlilggecopcgfjfmhcioahbfoinpaa
URL Resmi https://chromewebstore.google.com/detail/youtube-ad-remover/nlmlilggecopcgfjfmhcioahbfoinpaa
Deskripsi This extension will remove Youtube ads for you.
Ukuran File 5.42 KB
Jumlah Instalasi 533
Versi Saat Ini 1.1
Terakhir Diperbarui 2022-01-12
Tanggal Publikasi 2021-12-15
Penilaian 5.00/5 Total 2 Penilaian
Pengembang kinshuk1911
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Ad Remover",
    "version": "1.1",
    "description": "This extension will remove Youtube ads for you.",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}