Video player extension
More control over the video player
什么是Video player extension?
Video player extension是由dskloet开发的Chrome扩展程序,该扩展的主要功能是“More control over the video player”。
扩展截图
下载Video player extension扩展crx文件
下载Video player extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds keyboard shortcuts to the video player on any website. Use space bar to pause and '[' and ']' to adjust speed by 0.1x increments. 'o' and 'p' to move forward and backward by 3 seconds. '\' clicks the ad skip button.
扩展基本信息
名称 | Video player extension |
ID | kkipdgnjllphhbcoapilfpmflipdblfl |
官方URL | https://chromewebstore.google.com/detail/video-player-extension/kkipdgnjllphhbcoapilfpmflipdblfl |
简介 | More control over the video player |
文件大小 | 24.99 KB |
安装次数 | 145 |
当前版本 | 0.8 |
更新时间 | 2023-11-17 |
上架时间 | 2020-09-24 |
评分 | 5.00/5 共1次评分 |
开发者 | dskloet |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://dskl.net/screen/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video player extension", "version": "0.8", "description": "More control over the video player", "icons": { "128": "icon.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "manifest_version": 3 } |