Automatically Skip Hulu Ads
A chrome extension that automatically skips Hulu Ads.
Apa itu Automatically Skip Hulu Ads?
Automatically Skip Hulu Ads adalah ekstensi Chrome yang dikembangkan oleh Adisoni, dan fitur utamanya adalah "A chrome extension that automatically skips Hulu Ads.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Automatically Skip Hulu Ads
Unduh file ekstensi Automatically Skip Hulu 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
A chrome extension that fast-forwards Hulu ads and reduces a 90 second advertisement to about 6 seconds.
Informasi Dasar Ekstensi
Nama | Automatically Skip Hulu Ads |
ID | plabahifjnfhbllgppohefkgpcfbillk |
URL Resmi | https://chromewebstore.google.com/detail/automatically-skip-hulu-a/plabahifjnfhbllgppohefkgpcfbillk |
Deskripsi | A chrome extension that automatically skips Hulu Ads. |
Ukuran File | 40.62 KB |
Jumlah Instalasi | 4,046 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2021-07-16 |
Tanggal Publikasi | 2019-05-26 |
Penilaian | 3.53/5 Total 19 Penilaian |
Pengembang | Adisoni |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Automatically Skip Hulu Ads", "description": "A chrome extension that automatically skips Hulu Ads.", "version": "1.4", "content_scripts": [ { "js": [ "contentScript.js" ], "matches": [ "https:\/\/www.hulu.com\/*" ] } ], "icons": { "1000": "icon.png" } } |