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", "name": "Open Selected Links Beta", "version": "1.8.1", "description": "Opens multiple links in the selected content in the current or new window or a tab group. BETA TESTING RELEASE", "manifest_version": 3, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "options_page": "html\/options.html", "action": { "default_popup": "html\/popup.html", "default_title": "Open Selected Links", "default_icon": "img\/icon48.png" }, "commands": { "osl_in_tabs": { "description": "Open selected links in new tabs in the current window" }, "osl_in_window": { "description": "Open selected links in a new window" }, "osl_in_tab_group": { "description": "Open selected links in a new tab group in the current window" } }, "permissions": [ "activeTab", "contextMenus", "scripting", "storage", "tabGroups" ], "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "html\/popup.html" ], "use_dynamic_url": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "assets\/index.ts2.js" ], "use_dynamic_url": false } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2m2GcYU1ZJbci8E0yTQ0cdsAQwiH18IqV7iGF0sUkfUMxRQ2QGECXmTo4si+bELQAnpvsxJ0W7ZoXOiYZI9BSzgpSaFQsk\/W\/AiUWJQ9YPbdwQTzsrZPmDNpN27jknvnycnbkoM6UxWgeivYlqfPwPCz07TLCdXyjEX5XVTGIv+HahVE0sF1\/j3YMb0pG\/r0Cqzc7yVCj+Rr1lkNfBSABJpE76KdeCf\/Sma9\/jVSDpfQsY2kkTJ4PWDOtxJgQRiTxbBRKMOICeH86i8zteWRGRVf1V02LlKhxrs7Zt1kSmUrPF+aoE5OMZ5101Z6NntvmguP+xrZcEbA8uEZIzMMVQIDAQAB" }