By: Sander Ronde Add-on
Inspect and view changes in Custom Right-Click Menu source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"options_ui": {
"page": "html/options.html",
"browser_style": true,
"open_in_tab": true
},
"name": "Custom Right-Click Menu",
"description": "Create a custom right-click menu and choose the links and scripts you want in it.",
"version": "2.2.8",
"short_name": "CRM",
"applications": {
"gecko": {
"strict_min_version": "57.0"
}
},
"background": {
"page": "html/background.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js/polyfills/browser.js",
"js/contentscripts/contentscript.js"
]
},
{
"matches": [
"http://userstyles.org/*",
"https://userstyles.org/*"
],
"run_at": "document_start",
"all_frames": true,
"js": [
"js/polyfills/browser.js",
"js/contentscripts/userstyles.js"
]
},
{
"matches": [
"https://openusercss.org/*",
"https://openusercss.com/*"
],
"run_at": "document_start",
"all_frames": false,
"js": [
"js/polyfills/browser.js",
"js/contentscripts/openusercss.js"
]
},
{
"matches": [
"<all_urls>"
],
"include_globs": [
"*.user.css",
"*.user.style"
],
"run_at": "document_idle",
"all_frames": false,
"js": [
"js/polyfills/browser.js",
"js/contentscripts/usercss.js"
]
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
"permissions": [
"<all_urls>",
"activeTab",
"contextMenus",
"storage",
"tabs",
"management",
"unlimitedStorage",
"webRequest",
"webRequestBlocking"
],
"web_accessible_resources": [
"js/jquery-2.0.3.js",
"js/crmapi.js",
"html/install.html",
"html/logging.html"
],
"optional_permissions": [
"bookmarks",
"clipboardRead",
"clipboardWrite",
"cookies",
"history",
"idle",
"notifications",
"topSites",
"webNavigation"
],
"commands": {
"crm_command_01": {
"description": "CRM Keyboard Shortcut number 1"
},
"crm_command_02": {
"description": "CRM Keyboard Shortcut number 2"
},
"crm_command_03": {
"description": "CRM Keyboard Shortcut number 3"
},
"crm_command_04": {
"description": "CRM Keyboard Shortcut number 4"
},
"crm_command_05": {
"description": "CRM Keyboard Shortcut number 5"
},
"crm_command_06": {
"description": "CRM Keyboard Shortcut number 6"
},
"crm_command_07": {
"description": "CRM Keyboard Shortcut number 7"
},
"crm_command_08": {
"description": "CRM Keyboard Shortcut number 8"
},
"crm_command_09": {
"description": "CRM Keyboard Shortcut number 9"
},
"crm_command_10": {
"description": "CRM Keyboard Shortcut number 10"
}
},
"incognito": "spanning",
"icons": {
"16": "icon-supersmall.png",
"48": "icon-small.png",
"128": "icon-large.png"
}
} Best Custom Right-Click Menu Alternatives
Here are some Firefox add-ons that are similar to Custom Right-Click Menu:
Custom Context Menu
Randyl
Greasemonkey
Anthony Lieuallen
Contextlets
David Hammond
Custom Style Script
Milen
Custom Site JS
David Hicken
Custom context menu searches
karol-121
JSTools Menu
Vincenzo De Vivo
JSActions K
knono549
Content Scripts Extension
sohail
Strong Custom Right-Click Menu
David Garcia
ScriptCat
王一之
Link History Shortcuts
Z