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_name__", "manifest_version": 3, "version": "5", "description": "__MSG_description__", "short_name": "SearchBlox", "default_locale": "en", "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "permissions": [ "scripting" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "*:\/\/*.roblox.com\/*" ], "web_accessible_resources": [ { "resources": [ "images\/*.png", "styles.css", "content.js", "success.mp3", "load.js", "panel.html" ], "matches": [ "<all_urls>" ] } ] }