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. 擴展基本資訊
| 名稱 | |
| ID | jhpkealghknaaojaaiahfmkgfpomcjfc |
| 官方網址 | 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
} | |