Automatically Skip Hulu Ads
A chrome extension that automatically skips Hulu Ads.
Wat is Automatically Skip Hulu Ads?
Automatically Skip Hulu Ads is een Chrome-extensie ontwikkeld door Adisoni, en de belangrijkste functie is "A chrome extension that automatically skips Hulu Ads.".
Extensie Screenshots
Download het CRX-bestand van de extensie Automatically Skip Hulu Ads
Download Automatically Skip Hulu Ads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A chrome extension that fast-forwards Hulu ads and reduces a 90 second advertisement to about 6 seconds. Basisinformatie over de Extensie
| Naam | |
| ID | plabahifjnfhbllgppohefkgpcfbillk |
| Officiële URL | https://chromewebstore.google.com/detail/automatically-skip-hulu-a/plabahifjnfhbllgppohefkgpcfbillk |
| Beschrijving | A chrome extension that automatically skips Hulu Ads. |
| Bestandsgrootte | 40.62 KB |
| Aantal Installaties | 4,046 |
| Huidige Versie | 1.4 |
| Laatst Bijgewerkt | 2021-07-16 |
| Publicatiedatum | 2019-05-26 |
| Beoordeling | 3.53/5 Totaal 19 Beoordelingen |
| Ontwikkelaar | Adisoni |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
} | |