Version 0.1.0 View in Chrome Web Store
| https://clients2.google.com/service/update2/crx | https://buymeacoffee.com/billhedworz |
{ "name": "Right Click Opens Link New Tab", "icons": { "16": "icons/16.png", "32": "icons/32.png", "48": "icons/48.png", "128": "icons/128.png" }, "action": { "default_icon": { "16": "icons/16.png", "32": "icons/32.png", "48": "icons/48.png", "128": "icons/128.png" }, "default_popup": "config/settings.html" }, "author": "Bill Hedworth", "version": "0.1.0", "background": { "service_worker": "js/background.js" }, "options_ui": { "page": "config/settings.html", "open_in_tab": true }, "short_name": "Tab Opener", "update_url": "https://clients2.google.com/service/update2/crx", "description": "Right Click Opens Link in New Tab in the Correct Order", "permissions": [ "storage" ], "content_scripts": [ { "js": [ "js/content_script.js" ], "matches": [ "http://*/*", "https://*/*" ], "all_frames": true } ], "manifest_version": 3, "minimum_chrome_version": "88" }
ⓘ CRXaminer has partnered with our friends at Secure Annex to provide additional findings unique to their platform.
Secure Annex also analyzes extensions from other browsers, IDEs, and can continuously monitor.
This extension may not yet be analyzed by Secure Annex.