Video Playback Speed
Allows you to change the playback speed of a video.
什麼是Video Playback Speed?
Video Playback Speed是由Tom2718開發的Chrome擴展程式,該擴展的主要功能是“Allows you to change the playback speed of a video.”。
擴展截圖
下載Video Playback Speed擴展crx文件
下載Video Playback Speed擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A very simple extension that allows the user to change the playback speed of a video. - Ultra lightweight and very simple. - Open source code. - Change playback speed to any number. - Easy 'up' and 'down' controls. Permissions: The extension requires access to the current tab so that it can change the speed. It will say it has access to all websites but only runs when opened. You can also verify the source code. View source code here: https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension
擴展基本資訊
名稱 | Video Playback Speed |
ID | oadpkpccehnaggddokffjbamieodolki |
官方網址 | https://chromewebstore.google.com/detail/video-playback-speed/oadpkpccehnaggddokffjbamieodolki |
簡介 | Allows you to change the playback speed of a video. |
檔案大小 | 4.88 KB |
安裝次數 | 254 |
目前版本 | 1.0 |
更新時間 | 2018-08-07 |
上架時間 | 2018-07-22 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Tom2718 |
付費類型 | free |
擴展官網 | https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension |
說明頁面URL | https://github.com/Tom2718/Video-Playback-Speed-Chrome-Extension/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Video Playback Speed", "description": "Allows you to change the playback speed of a video.", "author": "Tom2718", "version": "1.0", "browser_action": { "default_icon": "video-ext.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |