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",
"manifest_version": 3,
"name": "Enable Right Click for Google Chrome\u2122",
"homepage_url": "https:\/\/timleland.com\/enable-right-click-extension\/",
"version": "1.0.0",
"icons": {
"128": "media\/icons\/icon128.png"
},
"description": "Enable Right Click when websites disable it.",
"action": {
"default_icon": {
"38": "media\/icons\/icon38.png"
},
"default_title": "Enable Right Click"
},
"background": {
"service_worker": "js\/background.js"
},
"permissions": [],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js\/contentScript.js"
]
}
]
}