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 |
官方網址 | 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 } |