Control sound

This extension control all the sound in your page

What is Control sound?

Control sound is a Chrome extension developed by Pow-up, and its main feature is "This extension control all the sound in your page".

Download Control sound Extension CRX File

Download Control sound 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

                                            

Extension Basic Information

Name Control sound Control sound
ID modfdbbnnkgkddgjinphbadkmkhhpgee
Official URL https://chromewebstore.google.com/detail/control-sound/modfdbbnnkgkddgjinphbadkmkhhpgee
Description This extension control all the sound in your page
File Size 40.54 KB
Installation Count 10
Current Version 1.0
Last Updated 2016-10-10
Publish Date 2016-10-10
Developer Pow-up
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Control sound",
    "description": "This extension control all the sound in your page",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Change volume"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "background.js"
            ],
            "all_frames": true
        }
    ]
}