9gag Volume control

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

What is 9gag Volume control?

9gag Volume control is a Chrome extension developed by DEHbKA, and its main feature is "This plugin adds volume control to video files on 9gag.".

Extension Screenshots

screenshot
screenshot
screenshot

Download 9gag Volume control Extension CRX File

Download 9gag Volume control extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name 9gag Volume control 9gag Volume control
ID eibnpeegkdkfcoaakejdjcimjjncefln
Official URL https://chromewebstore.google.com/detail/9gag-volume-control/eibnpeegkdkfcoaakejdjcimjjncefln
Description This plugin adds volume control to video files on 9gag.
File Size 13.36 KB
Installation Count 759
Current Version 0.3
Last Updated 2020-04-02
Publish Date 2020-04-02
Rating 5.00/5 Total 9 Ratings
Developer DEHbKA
Email [email protected]
Payment Type free
Help Page URL http://dehbka.biz.ua
Supported Languages 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"
            ]
        }
    ]
}