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",
"content_scripts": [
{
"all_frames": true,
"js": [
"jquery.min.js",
"js\/script.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"description": "Left click open new tab other domain link.",
"name": "Left Click Open New Tab",
"permissions": [
"background",
"tabs",
"storage"
],
"background": {
"service_worker": "js\/background.js"
},
"options_page": "html\/options.html",
"manifest_version": 3,
"version": "16.1.0"
}