Speed Control
Control the speed of HTML5 video
什麼是Speed Control?
Speed Control是由Josh Miles開發的Chrome擴展程式,該擴展的主要功能是“Control the speed of HTML5 video”。
擴展截圖
下載Speed Control擴展crx文件
下載Speed Control擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension will adjust the playback speed of any HTML5 video in the current tab. Just click on the extension and slide the bar to adjust the playback speed. Works on Facebook Video, Twitter, YouTube, Netflix, and many more services.
擴展基本資訊
名稱 | Speed Control |
ID | licimfihnglekdccgjijhmfdocplhdbk |
官方網址 | https://chromewebstore.google.com/detail/speed-control/licimfihnglekdccgjijhmfdocplhdbk |
簡介 | Control the speed of HTML5 video |
檔案大小 | 8.96 KB |
安裝次數 | 14,962 |
目前版本 | 1.1.1 |
更新時間 | 2017-10-26 |
上架時間 | 2017-10-26 |
評分 | 4.93/5 共 29 次評分 |
開發者 | Josh Miles |
付費類型 | free |
擴展官網 | https://github.com/milesjos/speed-control |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Speed Control", "description": "Control the speed of HTML5 video", "version": "1.1.1", "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "icons": { "128": "icon.png" } } |