9gag Volume control

This plugin adds volume control to video files on 9gag.

什么是9gag Volume control?

9gag Volume control是由DEHbKA开发的Chrome扩展程序,该扩展的主要功能是“This plugin adds volume control to video files on 9gag.”。

扩展截图

screenshot
screenshot
screenshot

下载9gag Volume control扩展crx文件

下载9gag Volume control扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This plugin adds volume/sound control to video files on 9gag.                    

扩展基本信息

名称 9gag Volume control 9gag Volume control
ID eibnpeegkdkfcoaakejdjcimjjncefln
官方URL https://chromewebstore.google.com/detail/9gag-volume-control/eibnpeegkdkfcoaakejdjcimjjncefln
简介 This plugin adds volume control to video files on 9gag.
文件大小 13.36 KB
安装次数 759
当前版本 0.3
更新时间 2020-04-02
上架时间 2020-04-02
评分 5.00/5 共9次评分
开发者 DEHbKA
电子邮箱 [email protected]
付费类型 free
帮助页面URL http://dehbka.biz.ua
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "9gag Volume control",
    "version": "0.3",
    "description": "This plugin adds volume control to video files on 9gag.",
    "author": "[email protected]",
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "browser_action": {
        "default_icon": "\/icons\/128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/9gag.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}