Automatically Skip Hulu Ads
A chrome extension that automatically skips Hulu Ads.
Vad är Automatically Skip Hulu Ads?
Automatically Skip Hulu Ads är en Chrome-tillägg utvecklad av Adisoni, och dess huvudfunktion är "A chrome extension that automatically skips Hulu Ads.".
Tilläggsskärmbilder
Ladda ner Automatically Skip Hulu Ads-förlängningens CRX-fil
Ladda ner Automatically Skip Hulu Ads-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A chrome extension that fast-forwards Hulu ads and reduces a 90 second advertisement to about 6 seconds. Grundläggande Information om Tillägg
| Namn | |
| ID | plabahifjnfhbllgppohefkgpcfbillk |
| Officiell webbadress | https://chromewebstore.google.com/detail/automatically-skip-hulu-a/plabahifjnfhbllgppohefkgpcfbillk |
| Beskrivning | A chrome extension that automatically skips Hulu Ads. |
| Filstorlek | 40.62 KB |
| Antal Installationer | 4,046 |
| Aktuell Version | 1.4 |
| Senast Uppdaterad | 2021-07-16 |
| Publiceringsdatum | 2019-05-26 |
| Betyg | 3.53/5 Totalt 19 Betyg |
| Utvecklare | Adisoni |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |