Automatically Skip Hulu Ads
A chrome extension that automatically skips Hulu Ads.
Automatically Skip Hulu Adsとは何ですか?
Automatically Skip Hulu AdsはAdisoniによって開発されたChromeの拡張機能で、その主な機能は「A chrome extension that automatically skips Hulu Ads.」です。
拡張機能のスクリーンショット
Automatically Skip Hulu Ads拡張機能のCRXファイルをダウンロード
Automatically Skip Hulu Ads拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A chrome extension that fast-forwards Hulu ads and reduces a 90 second advertisement to about 6 seconds.
拡張機能の基本情報
名前 | Automatically Skip Hulu Ads |
ID | plabahifjnfhbllgppohefkgpcfbillk |
公式URL | https://chromewebstore.google.com/detail/automatically-skip-hulu-a/plabahifjnfhbllgppohefkgpcfbillk |
説明 | A chrome extension that automatically skips Hulu Ads. |
ファイルサイズ | 40.62 KB |
インストール数 | 4,046 |
現在のバージョン | 1.4 |
最終更新日 | 2021-07-16 |
公開日 | 2019-05-26 |
評価 | 3.53/5 合計 19 レビュー |
開発者 | Adisoni |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |