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 |
官方URL | 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" ] } |