YouTube Skip Ads

Skip all kind of youtube ads automatically.

Apa itu YouTube Skip Ads?

YouTube Skip Ads adalah ekstensi Chrome yang dikembangkan oleh akash.anand708, dan fitur utamanya adalah "Skip all kind of youtube ads automatically.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi YouTube Skip Ads

Unduh file ekstensi YouTube Skip Ads 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

                        No need to buy premium subscription to avoid ads.
When you are listening songs list in youtube while doing something in Kitchen or some cleaning work at home.
Sometimes long ads comes in between and you have only two options.
1. Let ads play for that long duration. Or
2. Come near to laptop and click SKIP button.

Isn't it irritating. Here is the solution for this.
You don't need to SKIP manually. This extension will do it for you.

NOTE: This works for NON-SKIPPABLE ads also.

Please try it and leave review comments.                    

Informasi Dasar Ekstensi

Nama YouTube Skip Ads YouTube Skip Ads
ID nebpcniblohdgemginackdeilpgcknmm
URL Resmi https://chromewebstore.google.com/detail/youtube-skip-ads/nebpcniblohdgemginackdeilpgcknmm
Deskripsi Skip all kind of youtube ads automatically.
Ukuran File 6.02 KB
Jumlah Instalasi 636
Versi Saat Ini 0.1
Terakhir Diperbarui 2019-07-28
Tanggal Publikasi 2019-07-26
Penilaian 4.00/5 Total 3 Penilaian
Pengembang akash.anand708
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouTube Skip Ads",
    "short_name": "Skip YouTube Ads",
    "version": "0.1",
    "default_locale": "en",
    "description": "Skip all kind of youtube ads automatically.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon.png",
        "64": "icon.png",
        "128": "icon.png"
    }
}