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”。

扩展截图

screenshot

下载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.                    

扩展基本信息

名称 Video controls Video controls
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"
    ]
}