Video Speed Controller
Speed up video on every site!
Video Speed Controllerとは何ですか?
Video Speed Controllerはhttps://jakubgrzywacz.plによって開発されたChromeの拡張機能で、その主な機能は「Speed up video on every site!」です。
拡張機能のスクリーンショット
Video Speed Controller拡張機能のCRXファイルをダウンロード
Video Speed Controller拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Speed controller is really simple but useful extension for Chrome browser. Basically it's manipulating video speed on the site, to slow down or speed up video up to 5x speed! Features: - Change video speed even from 0.25 to 5.00. - Additional button for x1/x2/x3 speed. - Works on every site that is using video. Changelog: - 0.2.2 - Experience and performance improvement - Update video speed on icon click - Reduce package size
拡張機能の基本情報
名前 | Video Speed Controller |
ID | oedcflfijnmdnkllbeoacabinnlgplmb |
公式URL | https://chromewebstore.google.com/detail/video-speed-controller/oedcflfijnmdnkllbeoacabinnlgplmb |
説明 | Speed up video on every site! |
ファイルサイズ | 67.1 KB |
インストール数 | 20,000 |
現在のバージョン | 0.2.2 |
最終更新日 | 2021-04-12 |
公開日 | 2020-11-11 |
評価 | 4.95/5 合計 20 レビュー |
開発者 | https://jakubgrzywacz.pl |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://jakubgrzywacz.pl/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Video Speed Controller", "version": "0.2.2", "description": "Speed up video on every site!", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Video Speed Controller", "default_popup": "popup.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ " |