Playback Rate changer
Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements
Playback Rate changerとは何ですか?
Playback Rate changerはAmaan Chevalによって開発されたChromeの拡張機能で、その主な機能は「Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements」です。
Playback Rate changer拡張機能のCRXファイルをダウンロード
Playback Rate changer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension that lets you use keyboard shortcuts to control the playback speed of HTML5 audio and video elements. Keyboard shortcuts: Alt and + increases speed Alt and - decreases speed Alt and 0 resets speed temporarily The speed is saved locally for each domain individually. Visit https://www.youtube.com/html5 to make sure YouTube tries to use HTML5 video whenever possible.
拡張機能の基本情報
名前 | Playback Rate changer |
ID | jhpkealghknaaojaaiahfmkgfpomcjfc |
公式URL | https://chromewebstore.google.com/detail/playback-rate-changer/jhpkealghknaaojaaiahfmkgfpomcjfc |
説明 | Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements |
ファイルサイズ | 3.79 KB |
インストール数 | 15 |
現在のバージョン | 1.1 |
最終更新日 | 2015-11-12 |
公開日 | 2015-11-12 |
評価 | 3.50/5 合計 4 レビュー |
開発者 | Amaan Cheval |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "exclude_globs": [], "exclude_matches": [], "include_globs": [ "*:\/\/*\/*" ], "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle", "all_frames": true } ], "description": "Lets you use alt and + or alt and - to change the playback rate of HTML5 video elements", "name": "Playback Rate changer", "version": "1.1", "manifest_version": 2 } |