Video Speed Changer
This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…
什麼是Video Speed Changer?
Video Speed Changer是由the.sh.developer開發的Chrome擴展程式,該擴展的主要功能是“This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to…”。
擴展截圖
下載Video Speed Changer擴展crx文件
下載Video Speed Changer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to 2.5x easily. This works for html 5 videos only, flash is not supported. 擴展基本資訊
| 名稱 | |
| ID | nkgldikaifljadeeogdbanlckplpbffj |
| 官方網址 | https://chromewebstore.google.com/detail/video-speed-changer/nkgldikaifljadeeogdbanlckplpbffj |
| 簡介 | This extension adds a ribbon on top of videos (works with youtube also) that allows users to change the playback speeds from 1x to… |
| 檔案大小 | 6.23 KB |
| 安裝次數 | 13,875 |
| 目前版本 | 1.0 |
| 更新時間 | 2015-11-30 |
| 上架時間 | 2015-11-30 |
| 評分 | 4.22/5 共 36 次評分 |
| 開發者 | the.sh.developer |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Video Speed Changer",
"version": "1.0",
"applications": {
"gecko": {
"id": "[email protected]"
}
},
"browser_action": {
"default_title": "Video Speed Changer",
"default_icon": {
"19": "icon-19.png",
"38": "icon-38.png",
"128": "icon-128.png"
}
},
"background": {
"scripts": [
"VideoSpeedChangerLoader.js"
],
"persistent": false
},
"permissions": [
"activeTab"
]
} | |