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 with ID Template", "version": "1.2.1", "description": "Open multiple URLs by replacing {id} in selected templates and capture screenshots. ", "permissions": [ "tabs", "scripting", "activeTab", "storage", "windows" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+U", "mac": "Command+Shift+U" }, "description": "Open the Bulk URL Opener popup" } }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "web_accessible_resources": [ { "resources": [ "popup.html", "settings.html", "popup.js", "settings.js", "popup.css", "settings.css" ], "matches": [ "<all_urls>" ] } ] }