YouTube Ad Controller
Fast forward and rewind YouTube ads using your arrow keys!
YouTube Ad Controllerとは何ですか?
YouTube Ad ControllerはBriannによって開発されたChromeの拡張機能で、その主な機能は「Fast forward and rewind YouTube ads using your arrow keys!」です。
拡張機能のスクリーンショット
YouTube Ad Controller拡張機能のCRXファイルをダウンロード
YouTube Ad Controller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Have you ever wanted to re-watch an ad, or skip it? YouTube Ad Controller lets you fast forward and rewind YouTube video ads with your arrow keys, just like on any video!
拡張機能の基本情報
名前 | |
ID | fmklhcikkdkambjpmmpdiaihncopfhlg |
公式URL | https://chromewebstore.google.com/detail/youtube-ad-controller/fmklhcikkdkambjpmmpdiaihncopfhlg |
説明 | Fast forward and rewind YouTube ads using your arrow keys! |
ファイルサイズ | 10.76 KB |
インストール数 | 191 |
現在のバージョン | 1.0 |
最終更新日 | 2022-07-19 |
公開日 | 2022-07-18 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | Briann |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://extensions.brianwalczak.com |
ヘルプページのURL | https://www.brianwalczak.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Ad Controller", "description": "Fast forward and rewind YouTube ads using your arrow keys!", "version": "1.0", "author": "ComplexxBrian", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "keyPress.js" ] } ], "icons": { "128": "icon-128.png", "16": "icon-small.png", "48": "icon-48.png" }, "action": { "default_popup": "popup.html", "default_title": "Ad Controller", "default_icon": "icon-small.png" } } |