Youtube Ad Skipper
Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…
Apa itu Youtube Ad Skipper?
Youtube Ad Skipper adalah ekstensi Chrome yang dikembangkan oleh Zubair Mohsin, dan fitur utamanya adalah "Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…".
Unduh Berkas CRX Ekstensi Youtube Ad Skipper
Unduh file ekstensi Youtube Ad Skipper 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
Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this extension to do it for you. While you are sitting on chair and watching Youtube videos in a comfy way, you don't need to move forward yourself and click on Skip Ad. By installing this app, videos that are skippable, will be skipped automatically. Happy Watching :)
Informasi Dasar Ekstensi
Nama | |
ID | enihkpojbigcklkiniiknjplcfihheca |
URL Resmi | https://chrome.google.com/webstore/detail/youtube-ad-skipper/enihkpojbigcklkiniiknjplcfihheca |
Deskripsi | Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this… |
Ukuran File | 44.95 KB |
Jumlah Instalasi | 663 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2017-12-22 |
Tanggal Publikasi | 2017-12-22 |
Penilaian | 5.00/5 Total 4 Penilaian |
Pengembang | Zubair Mohsin |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Ad Skipper", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "skip_16.png", "48": "skip_48.png", "128": "skip_128.png" } } |