YouTube On-screen Hotkeys
On screen hotkeys for youtube, with ad fast-forwarding capabilities
YouTube On-screen Hotkeysとは何ですか?
YouTube On-screen Hotkeysはeric.x.dev01によって開発されたChromeの拡張機能で、その主な機能は「On screen hotkeys for youtube, with ad fast-forwarding capabilities」です。
拡張機能のスクリーンショット
YouTube On-screen Hotkeys拡張機能のCRXファイルをダウンロード
YouTube On-screen Hotkeys拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
On-screen hotkeys for YouTube. Enables fast forwarding YouTube ads and videos by simple clicking the top right portion of the video. Also enables skipping and backtracking 10 seconds with cursor.
拡張機能の基本情報
名前 | |
ID | pjignmjgalcnihmjmkaliemdlagnhfnn |
公式URL | https://chromewebstore.google.com/detail/youtube-on-screen-hotkeys/pjignmjgalcnihmjmkaliemdlagnhfnn |
説明 | On screen hotkeys for youtube, with ad fast-forwarding capabilities |
ファイルサイズ | 18.37 KB |
インストール数 | 115 |
現在のバージョン | 0.0.7 |
最終更新日 | 2021-04-29 |
公開日 | 2020-04-01 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | eric.x.dev01 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/ff48.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "popup.js" ], "matches": [ "https:\/\/www.youtube.com\/", "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ], "description": "On screen hotkeys for youtube, with ad fast-forwarding capabilities", "icons": { "128": "images\/ff128.png", "16": "images\/ff16.png", "32": "images\/ff32.png", "48": "images\/ff48.png" }, "manifest_version": 2, "name": "YouTube On-screen Hotkeys", "options_page": "options.html", "permissions": [ "activeTab", "https:\/\/www.youtube.com\/", "https:\/\/www.youtube.com\/*" ], "version": "0.0.7" } |