Video Controls Max

This plugin provide extra video controls for youtube

Video Controls Maxとは何ですか?

Video Controls MaxはManjot Singhによって開発されたChromeの拡張機能で、その主な機能は「This plugin provide extra video controls for youtube」です。

拡張機能のスクリーンショット

screenshot

Video Controls Max拡張機能のCRXファイルをダウンロード

Video Controls Max拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This plugin gives you extra control for your youtube video. 

Extra Controls given right now are:-

1. Forward: Forward by 10 sec
2. Backward: Backward by 10 sec
3. Speed+: Increase speed of video ( max 15.5x) 
4. Speed-: Decrease speed of video ( min 0.5x)
5. Reverse: Reverse your Video
6. Stop Reverse: Stop Reversing video                    

拡張機能の基本情報

名前 Video Controls Max Video Controls Max
ID ofcelndgcapgcjldffldonbefaoddhjn
公式URL https://chrome.google.com/webstore/detail/video-controls-max/ofcelndgcapgcjldffldonbefaoddhjn
説明 This plugin provide extra video controls for youtube
ファイルサイズ 14.74 KB
インストール数 153
現在のバージョン 1.2
最終更新日 2019-03-12
公開日 2019-03-12
評価 3.67/5 合計 6 レビュー
開発者 Manjot Singh
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Controls Max",
    "version": "1.2",
    "description": "This plugin provide extra video controls for youtube",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "webNavigation",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "insertPlayerButtons.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "manifest_version": 2
}