VideoFix
FixVideo.
什么是VideoFix?
VideoFix是由Shinao开发的Chrome扩展程序,该扩展的主要功能是“FixVideo.”。
下载VideoFix扩展crx文件
下载VideoFix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
[SPACE] : Pause/Play video [R] : Reload at the specified time [O/P] : Sound up/down [B/N] : Quality up/down
扩展基本信息
名称 | |
ID | fogoflhkjgpjbflhkkclgfbcknmnknpn |
官方URL | https://chrome.google.com/webstore/detail/videofix/fogoflhkjgpjbflhkkclgfbcknmnknpn |
简介 | FixVideo. |
文件大小 | 110 KB |
安装次数 | 14 |
当前版本 | 1.2 |
更新时间 | 2014-04-11 |
上架时间 | 2014-04-11 |
评分 | 5.00/5 共1次评分 |
开发者 | Shinao |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VideoFix", "version": "1.2", "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "description": "FixVideo.", "homepage_url": "http:\/\/google.com\/", "background_page": "fix.html", "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "jquery.js", "fix.html" ], "run_at": "document_end" } ], "manifest_version": 2 } |