Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Loud MAX \u2013 The Ultimate Sound Booster Extension", "description": "Boost your volume up to 600% with the top-rated volume booster extension for Chrome. Get Loud MAX - make your browser sound LOUDER!", "manifest_version": 3, "version": "0.1", "icons": { "16": "images\/mbs-icon-16.png", "48": "images\/mbs-icon-48.png", "128": "images\/mbs-icon-128.png" }, "action": { "default_popup": "html\/documents\/document-main.html", "default_title": "Loud MAX", "default_icon": "images\/mbs-icon-128.png" }, "background": { "service_worker": "script\/javaScript\/javascript-bg.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script\/javaScript\/javascript-cs.js" ], "all_frames": true, "run_at": "document_start" } ], "permissions": [ "tabCapture", "tabs", "storage", "declarativeNetRequest", "offscreen" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "1", "enabled": true, "path": "net_rules.json" } ] }, "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] }