YouTube Turbo Button
Sets the video playback speed to a specified amount.
YouTube Turbo Buttonとは何ですか?
YouTube Turbo Buttonはhttps://systemcluster.meによって開発されたChromeの拡張機能で、その主な機能は「Sets the video playback speed to a specified amount.」です。
拡張機能のスクリーンショット
YouTube Turbo Button拡張機能のCRXファイルをダウンロード
YouTube Turbo Button拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds a button that sets the playback speed of the current YouTube video to a configurable amount from 0.1x to 10x.
拡張機能の基本情報
名前 | YouTube Turbo Button |
ID | bonbclphagmhlcpiahpimimkbmlamenc |
公式URL | https://chromewebstore.google.com/detail/youtube-turbo-button/bonbclphagmhlcpiahpimimkbmlamenc |
説明 | Sets the video playback speed to a specified amount. |
ファイルサイズ | 31.05 KB |
インストール数 | 2,234 |
現在のバージョン | 0.1.4 |
最終更新日 | 2019-09-30 |
公開日 | 2019-09-29 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://systemcluster.me |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Systemcluster/youtube-turbo-button |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Turbo Button", "short_name": "YT Turbo Button", "description": "Sets the video playback speed to a specified amount.", "version": "0.1.4", "author": "Christian Sdunek", "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "57.0" } }, "options_ui": { "page": "chrome\/content\/settings_inline.html", "chrome_style": true, "open_in_tab": false }, "icons": { "48": "chrome\/skin\/icon48.png", "64": "chrome\/skin\/icon64.png", "128": "chrome\/skin\/icon128.png", "256": "chrome\/skin\/icon256.png" }, "background": { "scripts": [ "lib\/background.js" ], "persistent": true }, "browser_action": { "default_icon": { "48": "chrome\/skin\/icon48.png", "64": "chrome\/skin\/icon64.png", "128": "chrome\/skin\/icon128.png", "256": "chrome\/skin\/icon256.png" } }, "permissions": [ "*:\/\/*.youtube.com\/", "activeTab", "storage", "contextMenus" ] } |