Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "116", "name": "Volume Booster", "description": "Chrome Extension for Boosting Volume Past Max Settings", "version": "1.0.0", "permissions": [ "tabCapture", "activeTab", "offscreen" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "service-worker.js" }, "icons": { "128": "sound.png" }, "action": { "default_icon": { "128": "sound.png" }, "default_title": "Volume Booster", "default_popup": "popup.html" } }