Skippy
Skippy is a cool little dude who loves to skip stuff.
Apa itu Skippy?
Skippy adalah ekstensi Chrome yang dikembangkan oleh ygordanniel, dan fitur utamanya adalah "Skippy is a cool little dude who loves to skip stuff.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Skippy
Unduh file ekstensi Skippy 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
Skippy is a cool assistant for your video streaming platforms. - Netflix: skips intros and to next episode when is available and also prevents it from asking that annoying "Are you still watching?"; - PrimeVideo: skips ads, intros and to next episode when is available; - Youtube: skips ads and close ad banners;
Informasi Dasar Ekstensi
Nama | Skippy |
ID | nalcdfokpimbmoibllleafajnjjhnaen |
URL Resmi | https://chromewebstore.google.com/detail/skippy/nalcdfokpimbmoibllleafajnjjhnaen |
Deskripsi | Skippy is a cool little dude who loves to skip stuff. |
Ukuran File | 5.83 KB |
Jumlah Instalasi | 94 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2019-03-22 |
Tanggal Publikasi | 2019-03-21 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | ygordanniel |
[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": "Skippy", "description": "Skippy is a cool little dude who loves to skip stuff.", "version": "1.3", "icons": { "48": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*", "*:\/\/*.primevideo.com\/*", "*:\/\/*.youtube.com\/*" ], "js": [ "\/content.js" ], "run_at": "document_end" } ] } |