YouTube Accelerator
Accelerate your YouTube videos even faster!
YouTube Acceleratorとは何ですか?
YouTube AcceleratorはAndrewGDXによって開発されたChromeの拡張機能で、その主な機能は「Accelerate your YouTube videos even faster!」です。
拡張機能のスクリーンショット
YouTube Accelerator拡張機能のCRXファイルをダウンロード
YouTube Accelerator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
There is no UI, only keyboard shortcuts. Use '<' and '>' buttons (without shift) to speed up or speed down the video, and press 'R' to reset to the default speed. You can change hotkeys in settings. YouTube Shorts acceleration is working as well. The plugin does not collect any statistics or personal data, feel free to use! Source code: https://github.com/AndrewGDX/YouTubeAccelerator
拡張機能の基本情報
名前 | YouTube Accelerator |
ID | kkbkajnjcpgpfkhgkcckeaindpjgfgib |
公式URL | https://chrome.google.com/webstore/detail/youtube-accelerator/kkbkajnjcpgpfkhgkcckeaindpjgfgib |
説明 | Accelerate your YouTube videos even faster! |
ファイルサイズ | 14.29 KB |
インストール数 | 251 |
現在のバージョン | 0.6.0 |
最終更新日 | 2023-07-20 |
公開日 | 2022-10-30 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | AndrewGDX |
Eメール | [email protected] |
プライバシーポリシーページのURL | https://andrewgdx.github.io/ChromeWebStorePolicy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Accelerator", "version": "0.6.0", "description": "Accelerate your YouTube videos even faster!", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end", "css": [ "accelerator.css" ], "js": [ "accelerator_plugin.js" ] } ], "permissions": [ "storage" ], "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "settings.html" }, "manifest_version": 3 } |