Video Speed Controller
Control the speed of your video!
Video Speed Controllerとは何ですか?
Video Speed Controllerはmarkcc95によって開発されたChromeの拡張機能で、その主な機能は「Control the speed of your video!」です。
拡張機能のスクリーンショット
Video Speed Controller拡張機能のCRXファイルをダウンロード
Video Speed Controller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It is a speed control extension that could help you speed up the video play rate. There are a few existing button for user to quick choose the playing rate and also adjusting rate for user to input.
拡張機能の基本情報
名前 | Video Speed Controller |
ID | gkikefhphmjpcnhmgmahlahlgbjnhcbd |
公式URL | https://chromewebstore.google.com/detail/video-speed-controller/gkikefhphmjpcnhmgmahlahlgbjnhcbd |
説明 | Control the speed of your video! |
ファイルサイズ | 20.22 KB |
インストール数 | 1,339 |
現在のバージョン | 1.1 |
最終更新日 | 2021-05-18 |
公開日 | 2021-05-13 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | markcc95 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Speed Controller", "description": "Control the speed of your video!", "version": "1.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon-16x16.png", "32": "\/images\/icon-32x32.png", "48": "\/images\/icon-48x48.png", "128": "\/images\/icon-128x128.png" } }, "icons": { "16": "\/images\/icon-16x16.png", "32": "\/images\/icon-32x32.png", "48": "\/images\/icon-48x48.png", "128": "\/images\/icon-128x128.png" } } |