Volume Controller

Control audio volume in your browser. Set individual volume level for tabs with audio. Get your audio rocking by our volume booster.

Τι είναι το Volume Controller;

Το Volume Controller είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sound Busters, και η κύρια λειτουργία του είναι "Control audio volume in your browser. Set individual volume level for tabs with audio. Get your audio rocking by our volume booster.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Volume Controller

Λήψη αρχείων επέκτασης Volume Controller σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Volume Controller extension helps you to set a desired speaker volume level for each individual tab in your browser.

Websites are just bursting with media content such as videos, music, streams, audio and video ads.

To take control over all that audio you need a power volume adjust tool with the ability to set individual volume settings for each tab.

To solve that task we developed our audio volume control extension.

We made as simple and lite interface of our audio volume control switch as it just possible with keeping all of its power in a light design.

A light and stylish window with a volume switch with a list of tabs that a currently playing audio content.

You can separately change volume for each individual tab, so you will never get that sound mix that we all hate and control audio volume to your desire.
It’s not just a volume switch, it works also as a volume booster. You can raise audio volume control switch to a 600% setting.

This will just blast volume on those quiet videos!
Try our volume app. You will love how simple and powerful it is.

Use it on your favorite websites that are filled to the max with audio and video content, such as:
    Twitter™, Vimeo™, YouTube™, Facebook™, Spotify™ and others!
Our sound volume control changer extension also remembers your previous settings for your convenience.
Try it and you will love Volume Controller!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Volume Controller Volume Controller
ID cbmlkhccdfhkabeelccopjbklaapahae
Επίσημο URL https://chrome.google.com/webstore/detail/volume-booster/cbmlkhccdfhkabeelccopjbklaapahae
Περιγραφή Control audio volume in your browser. Set individual volume level for tabs with audio. Get your audio rocking by our volume booster.
Μέγεθος Αρχείου 99.38 KB
Αριθμός Εγκαταστάσεων 600,000
Τρέχουσα Έκδοση 1.2.0
Τελευταία Ενημέρωση 2022-08-07
Ημερομηνία Δημοσίευσης 2020-12-01
Αξιολόγηση 4.63/5 Συνολικά 292 Αξιολογήσεις
Προγραμματιστής Sound Busters
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "assets\/icon\/icon-128.png",
            "32": "assets\/icon\/icon-32.png",
            "64": "assets\/icon\/icon-64.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_title__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "assets\/icon\/icon-128.png",
        "32": "assets\/icon\/icon-32.png",
        "64": "assets\/icon\/icon-64.png"
    },
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "tabCapture",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/"
    ],
    "short_name": "__MSG_short_name__",
    "version": "1.2.0"
}