Starting analysis...
Version 1.0.8 View in Chrome Web Store
http://www.w3.org/2000/svg | https://super-sound-booster.info/uninstall?userId= | |
https://super-sound-booster.info | https://s2.googleusercontent.com/s2/favicons?domain= | |
https://clients2.google.com/service/update2/crx |
{ "name": "Volume Booster - Super Sound Booster", "icons": { "16": "assets/images/icon_16.png", "48": "assets/images/icon_48.png", "128": "assets/images/icon_128.png" }, "action": { "default_icon": "assets/images/icon_128.png", "default_popup": "index.html", "default_title": "Super Sound Booster" }, "version": "1.0.8", "background": { "service_worker": "js/background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Boost your volume up to 600% with Volume Booster - Super Sound Booster", "permissions": [ "offscreen", "tabCapture", "tabs", "storage", "declarativeNetRequest" ], "content_scripts": [ { "js": [ "js/recommended.js" ], "run_at": "document_start", "matches": [ "http://*/*", "https://*/*" ], "all_frames": true } ], "host_permissions": [ "http://*/*", "https://*/*" ], "manifest_version": 3, "declarative_net_request": { "rule_resources": [ { "id": "1", "path": "net_rules.json", "enabled": true } ] }, "web_accessible_resources": [ { "matches": [ "http://*/*", "https://*/*" ], "resources": [ "assets/images/*", "assets/fonts/*" ] } ] }