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", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.9", "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtAmp7eyK77UlsayHyFM0vsaEHag3olE8GMbl0jFMLOzbBMh\/BYCqOm2Mzn4V0KiRmFvwUFq7obbmc\/xNV2CzkzKBUSGsGCjterLrs08rCnOVw4u86J2Q21szrPFrm1SZzX\/ZespK+6e43uyhg6mHQJxDJvssZCyQH1BrX\/XcBO1BVrDyTJGeRBYnpfcA6EJwfnwlTi9kFJge0rPhWG46WSjMhKrXY\/Jtr4LNwji9g+9p5em5Ctgw8pSV2z\/E5zH53EPNa04XOiD3Bq4F+FYXgeshnOOOtOTArZ+5VhVyg5IsXCHFlbBbaDgdMnPEc\/gC9BIPE+rAiFaeDTJEd7oO2wIDAQAB", "permissions": [ "sidePanel", "scripting", "tabs" ], "host_permissions": [ "<all_urls>" ], "action": { "default_title": "MixerBox AI", "default_icon": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" } }, "side_panel": { "default_path": "closer.html" }, "background": { "service_worker": "static\/js\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "static\/js\/content.js" ], "run_at": "document_end", "all_frames": true } ], "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "web_accessible_resources": [ { "resources": [], "matches": [ "https:\/\/*\/*" ] } ] }