Control sound

This extension control all the sound in your page

Wat is Control sound?

Control sound is een Chrome-extensie ontwikkeld door Pow-up, en de belangrijkste functie is "This extension control all the sound in your page".

Download het CRX-bestand van de extensie Control sound

Download Control sound-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Control sound Control sound
ID modfdbbnnkgkddgjinphbadkmkhhpgee
Officiële URL https://chromewebstore.google.com/detail/control-sound/modfdbbnnkgkddgjinphbadkmkhhpgee
Beschrijving This extension control all the sound in your page
Bestandsgrootte 40.54 KB
Aantal Installaties 10
Huidige Versie 1.0
Laatst Bijgewerkt 2016-10-10
Publicatiedatum 2016-10-10
Ontwikkelaar Pow-up
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}