Instant Youtube Ad Skipper
Extension that automatically fast forwards and skips youtube ads.
Instant Youtube Ad Skipperとは何ですか?
Instant Youtube Ad SkipperはCloud Composed LLCによって開発されたChromeの拡張機能で、その主な機能は「Extension that automatically fast forwards and skips youtube ads.」です。
拡張機能のスクリーンショット
Instant Youtube Ad Skipper拡張機能のCRXファイルをダウンロード
Instant Youtube Ad Skipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will automatically and almost instantly skip any YouTube ads. No need to wait for the skip button and you should never have to watch ads again. Just install the extension and YouTube ads will begin to be skipped. I hope you enjoy!
拡張機能の基本情報
名前 | Instant Youtube Ad Skipper |
ID | hfncancnkmcojmfbfcdphomojkgmanlf |
公式URL | https://chromewebstore.google.com/detail/instant-youtube-ad-skippe/hfncancnkmcojmfbfcdphomojkgmanlf |
説明 | Extension that automatically fast forwards and skips youtube ads. |
ファイルサイズ | 57.28 KB |
インストール数 | 265 |
現在のバージョン | 1.0 |
最終更新日 | 2022-10-30 |
公開日 | 2022-10-30 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Cloud Composed LLC |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instant Youtube Ad Skipper", "description": "Extension that automatically fast forwards and skips youtube ads.", "author": "Cloud Composed LLC", "manifest_version": 3, "version": "1.0", "action": { "default_popup": "index.html", "default_title": "Instant Youtube Ad Skipper", "default_icon": "icon.png" }, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ "https:\/\/*\/" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |