Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"all_frames": true,
"js": [
"lib\/jquery-1.3.2.min.js",
"content_script\/content_script.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"ftp:\/\/*\/*"
],
"run_at": "document_start"
}
],
"description": "Double click to open a link in a new tab.",
"icons": {
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"manifest_version": 3,
"name": "DoubleClicker",
"short_name": "DoubleClicker",
"options_page": "options_page\/options.html",
"permissions": [
"storage"
],
"version": "2"
}