Automatically Skip Hulu Ads
A chrome extension that automatically skips Hulu Ads.
Cos'è Automatically Skip Hulu Ads?
Automatically Skip Hulu Ads è un'estensione di Chrome sviluppata da Adisoni, e la sua funzione principale è "A chrome extension that automatically skips Hulu Ads.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Automatically Skip Hulu Ads
Scarica i file di estensione Automatically Skip Hulu Ads in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A chrome extension that fast-forwards Hulu ads and reduces a 90 second advertisement to about 6 seconds.
Informazioni di Base sull'Estensione
Nome | Automatically Skip Hulu Ads |
ID | plabahifjnfhbllgppohefkgpcfbillk |
URL Ufficiale | https://chromewebstore.google.com/detail/automatically-skip-hulu-a/plabahifjnfhbllgppohefkgpcfbillk |
Descrizione | A chrome extension that automatically skips Hulu Ads. |
Dimensione del File | 40.62 KB |
Conteggio Installazioni | 4,046 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2021-07-16 |
Data di Pubblicazione | 2019-05-26 |
Valutazione | 3.53/5 Totale 19 Valutazioni |
Sviluppatore | Adisoni |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |