YouTube Speed Control
Control the speed of YouTube videos!
YouTube Speed Controlとは何ですか?
YouTube Speed Controlはhttps://avi12.comによって開発されたChromeの拡張機能で、その主な機能は「Control the speed of YouTube videos!」です。
拡張機能のスクリーンショット
YouTube Speed Control拡張機能のCRXファイルをダウンロード
YouTube Speed Control拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The one-stop solution for changing the speed of every video you watch on YouTube, including outside of YouTube.com! Source code: https://github.com/avi12/youtube-speed-control
拡張機能の基本情報
名前 | YouTube Speed Control |
ID | dmpbgbehgckaijcpmodinibhkdgbifif |
公式URL | https://chromewebstore.google.com/detail/youtube-speed-control/dmpbgbehgckaijcpmodinibhkdgbifif |
説明 | Control the speed of YouTube videos! |
ファイルサイズ | 83.99 KB |
インストール数 | 336 |
現在のバージョン | 2.1.6 |
最終更新日 | 2022-04-10 |
公開日 | 2020-11-02 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | https://avi12.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://avi12.com |
ヘルプページのURL | https://github.com/avi12/youtube-speed-control/issues/new/choose |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Speed Control", "short_name": "YT Speed", "description": "Control the speed of YouTube videos!", "version": "2.1.6", "manifest_version": 3, "author": "avi12", "developer": { "name": "avi12", "url": "https:\/\/avi12.com\/youtube-speed-control" }, "icons": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "24": "images\/icon-24.png", "32": "images\/icon-32.png", "38": "images\/icon-38.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "96": "images\/icon-96.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*", "https:\/\/*.youtube-nocookie.com\/*" ], "js": [ "build\/scripts\/ytsc-content-script-initialize.js" ], "css": [ "build\/styles-injected\/main.css" ], "all_frames": true } ], "permissions": [ "storage" ], "action": { "default_title": "YouTube Speed Control", "default_popup": "popup.html", "default_icon": { "16": "images\/icon-16.png", "19": "images\/icon-19.png", "24": "images\/icon-24.png", "32": "images\/icon-32.png", "38": "images\/icon-38.png", "48": "images\/icon-48.png", "64": "images\/icon-64.png", "96": "images\/icon-96.png", "128": "images\/icon-128.png" } }, "offline_enabled": true, "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |