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. 擴展基本資訊
| 名稱 | |
| ID | gkikefhphmjpcnhmgmahlahlgbjnhcbd |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |