视频速度控制器 video speed controller
视频速度控制器 video speed controller 对 html5 的视频提供视频速度控制的功能
What is 视频速度控制器 video speed controller?
视频速度控制器 video speed controller is a Chrome extension developed by tomxuxu, and its main feature is "视频速度控制器 video speed controller 对 html5 的视频提供视频速度控制的功能".
Extension Screenshots
Download 视频速度控制器 video speed controller Extension CRX File
Download 视频速度控制器 video speed controller extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
1. 速度控制 与几乎所有视频和音频流媒体站点兼容,包括不限于Youtube,Netflix,哔哩哔哩,腾讯视频,爱奇艺等。 2.书签管理 美化书签展示及书签管理
Extension Basic Information
Name | 视频速度控制器 video speed controller |
ID | pgipilfgmjmngmeakhoflmankljnnejg |
Official URL | https://chromewebstore.google.com/detail/%E8%A7%86%E9%A2%91%E9%80%9F%E5%BA%A6%E6%8E%A7%E5%88%B6%E5%99%A8-video-speed-contr/pgipilfgmjmngmeakhoflmankljnnejg |
Description | 视频速度控制器 video speed controller 对 html5 的视频提供视频速度控制的功能 |
File Size | 218 KB |
Installation Count | 846 |
Current Version | 2.0.6 |
Last Updated | 2022-11-13 |
Publish Date | 2021-10-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | tomxuxu |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://pictureknow.com/protocol |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "version": "2.0.6", "description": "__MSG_desc__", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "match_about_blank": true, "js": [ "js\/video_speed_content.js" ], "css": [ "css\/video_speed_content.css" ] } ], "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "css\/video_speed_content.css" ] } ], "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "icons\/icon128.png", "default_title": "__MSG_name__", "default_popup": "popup.html" }, "permissions": [ "alarms", "proxy", "management", "storage" ], "host_permissions": [ " |