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",
"action": {
"default_icon": {
"32": "data\/icons\/icon-32.png",
"38": "data\/icons\/icon-38.png",
"128": "data\/icons\/icon-128.png",
"512": "data\/icons\/icon-512.png"
},
"default_popup": "data\/interface\/index.html?popup",
"default_title": "__MSG_extName__"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"bundled-content-script.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start"
}
],
"default_locale": "en",
"description": "__MSG_extShortDesc__",
"host_permissions": [
"<all_urls>"
],
"homepage_url": "https:\/\/www.downloadhub.cloud\/2022\/12\/browser-allow-copy-right-click.html",
"icons": {
"32": "data\/icons\/icon-32.png",
"38": "data\/icons\/icon-38.png",
"128": "data\/icons\/icon-128.png",
"512": "data\/icons\/icon-512.png"
},
"manifest_version": 3,
"name": "__MSG_extName__",
"permissions": [
"storage",
"tabs"
],
"short_name": "right-click",
"version": "1.0.5"
}