VideoFix
FixVideo.
What is VideoFix?
VideoFix is a Chrome extension developed by Shinao, and its main feature is "FixVideo.".
Download VideoFix Extension CRX File
Download VideoFix 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
[SPACE] : Pause/Play video [R] : Reload at the specified time [O/P] : Sound up/down [B/N] : Quality up/down
Extension Basic Information
Name | |
ID | fogoflhkjgpjbflhkkclgfbcknmnknpn |
Official URL | https://chrome.google.com/webstore/detail/videofix/fogoflhkjgpjbflhkkclgfbcknmnknpn |
Description | FixVideo. |
File Size | 110 KB |
Installation Count | 14 |
Current Version | 1.2 |
Last Updated | 2014-04-11 |
Publish Date | 2014-04-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Shinao |
Payment Type | free |
Supported Languages | 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 } |