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                    

拡張機能の基本情報

名前 VideoFix VideoFix
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
}