Video controls
This extension always shows the controls over a video/animated gif
Video controlsとは何ですか?
Video controlsはDumitru Buzoianuによって開発されたChromeの拡張機能で、その主な機能は「This extension always shows the controls over a video/animated gif」です。
拡張機能のスクリーンショット
Video controls拡張機能のCRXファイルをダウンロード
Video controls拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Display controls on GIF/VIDEO files on sites like 9gag or imgur.
Just turn it on and mouse over the animation.                     拡張機能の基本情報
| 名前 |   |  
| ID | gjljlaipmmjmogcbeabcaelfnbajcpih | 
| 公式URL | https://chrome.google.com/webstore/detail/video-controls/gjljlaipmmjmogcbeabcaelfnbajcpih | 
| 説明 | This extension always shows the controls over a video/animated gif | 
| ファイルサイズ | 54.03 KB | 
| インストール数 | 442 | 
| 現在のバージョン | 1.0 | 
| 最終更新日 | 2017-05-28 | 
| 公開日 | 2017-05-28 | 
| 評価 | 2.80/5 合計 10 レビュー | 
| 開発者 | Dumitru Buzoianu | 
| 支払い方法 | free | 
| 対応言語 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video controls",
    "description": "This extension always shows the controls over a video\/animated gif",
    "version": "1.0",
    "browser_action": {
        "default_icon": "off.png",
        "badge_text": "off"
    },
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}  |  |