Ad-free YouTube

Get rid of Youtube ads

Apa itu Ad-free YouTube?

Ad-free YouTube adalah ekstensi Chrome yang dikembangkan oleh Rushi Bharad, dan fitur utamanya adalah "Get rid of Youtube ads".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Ad-free YouTube

Unduh file ekstensi Ad-free YouTube 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

                        Ad-free YouTube !!

Once you add this extension to your chrome browser, all annoying popup ads and skippable ads will stop showing.
This works on YouTube music as well.

Enjoy ad-free YouTube.

If you like the extension and find it useful, please reward me at https://paypal.me/rushibharad                    

Informasi Dasar Ekstensi

Nama Ad-free YouTube Ad-free YouTube
ID loaocbojmkjpcjabkcghbcdggjemhkpe
URL Resmi https://chromewebstore.google.com/detail/ad-free-youtube/loaocbojmkjpcjabkcghbcdggjemhkpe
Deskripsi Get rid of Youtube ads
Ukuran File 28.71 KB
Jumlah Instalasi 1,046
Versi Saat Ini 1.0
Terakhir Diperbarui 2019-09-01
Tanggal Publikasi 2019-09-01
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Rushi Bharad
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ad-free YouTube",
    "description": "Get rid of Youtube ads",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Ad-free YouTube",
        "default_popup": "index.html"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/music.youtube.com\/*"
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    }
}