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", "manifest_version": 3, "name": "Bulk URL Opener - Open Multiple URLs or Search Queries", "description": "Open multiple URLs or search queries at once with a single click.", "version": "1.2.0", "permissions": [ "storage", "clipboardRead", "clipboardWrite", "activeTab" ], "action": { "default_popup": "options.html", "default_icon": { "48": "icon.png" } }, "background": { "service_worker": "background.js" }, "icons": { "48": "icon.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "options_page": "options.html" }