Volume Booster

Boost Volume up to 600%

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

Το Volume Booster είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://volumebooster.net, και η κύρια λειτουργία του είναι "Boost Volume up to 600%".

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

screenshot
screenshot

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

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

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

                        Volume Booster is a Free tool that enables you to boost the volume of audio or videos. You can increase the volume up to 600%.   
 
Overview:-
 
Volume Booster is an easy-to-use extension that you can download for free and enjoy listening to your favorite shows, music, and videos in increased volume as much as you want! 
 
Features:-

- You can boost the volume up to 600%
- Volume Booster allows you to control the volume of any tab. 
- You can switch to any tab while playing audio or video with a single click. 
- Control volume from 0% to 600%. 
 
How to Use: - 
 
Volume Booster has been developed to enhance your music listening or video streaming experience by enabling you to increase the volume up to 600%. 
 
After installing, you can pin the extension to your toolbar and use it to increase or decrease the volume with a single click. 
 
The extension is compatible with all the Windows and Mac devices.                    

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

Όνομα Volume Booster Volume Booster
ID kohplkgeehhgbhhlhlmicligjbhnofha
Επίσημο URL https://chrome.google.com/webstore/detail/volume-booster/kohplkgeehhgbhhlhlmicligjbhnofha
Περιγραφή Boost Volume up to 600%
Μέγεθος Αρχείου 37.93 KB
Αριθμός Εγκαταστάσεων 195
Τρέχουσα Έκδοση 0.3
Τελευταία Ενημέρωση 2021-10-25
Ημερομηνία Δημοσίευσης 2021-10-11
Αξιολόγηση 4.08/5 Συνολικά 26 Αξιολογήσεις
Προγραμματιστής http://volumebooster.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.volumebooster.net
Διεύθυνση URL της Σελίδας Βοήθειας https://www.volumebooster.net/support/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Volume Booster",
    "description": "Boost Volume up to 600%",
    "version": "0.3",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon\/16.png",
            "32": "icon\/32.png"
        },
        "default_popup": "html\/popup.html",
        "default_title": "Volume Booster"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/backgroundScript.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "js\/contentScipt.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabCapture",
        "activeTab",
        "tabs",
        "storage"
    ]
}