Volume Booster for Google Chrome™
Up to 600% volume boost right on your browser.
Was ist Volume Booster for Google Chrome™?
Volume Booster for Google Chrome™ ist eine Chrome-Erweiterung, die von freegameofflines2022 entwickelt wurde, und ihr Hauptmerkmal ist "Up to 600% volume boost right on your browser.".
Erweiterungsscreenshots
Volume Booster for Google Chrome™-Erweiterungs-CRX-Datei herunterladen
Laden Sie Volume Booster for Google Chrome™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
You are not satisfied with the default volume of your computer when listening to music, watching youtube online? our extension easily control and increase the open volume on your browser by 600% Features: 🔥 Up to 600 % volume boost. 🔥 Control volume of any tab. 🔥 Switch to any tab playing audio with just one click.
Grundlegende Informationen zur Erweiterung
Name | |
ID | dagelpjoajlcnbnpfljdjloidodeejpg |
Offizielle URL | https://chrome.google.com/webstore/detail/volume-booster-for-google/dagelpjoajlcnbnpfljdjloidodeejpg |
Beschreibung | Up to 600% volume boost right on your browser. |
Dateigröße | 868 KB |
Installationsanzahl | 225 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2022-01-09 |
Veröffentlichungsdatum | 2022-01-09 |
Entwickler | freegameofflines2022 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Volume Booster for Google Chrome\u2122", "description": "Up to 600% volume boost right on your browser.", "version": "1.0.1", "offline_enabled": true, "container": [ "GOOGLE_DRIVE" ], "icons": { "16": "icon\/icon-16.png", "32": "icon\/icon-32.png", "48": "icon\/icon-48.png", "128": "icon\/icon-128.png" }, "browser_action": { "default_popup": "html\/popup.html", "default_title": "Volume Booster" }, "background": { "scripts": [ "js\/config.js", "js\/launch.js" ], "persistent": true }, "permissions": [ "tabCapture", "activeTab", "storage" ], "homepage_url": "https:\/\/1bestlinks.net\/blog\/volume-booster-chrome-extension" } |