Context command executor Firefox

Examine source code of Context command executor

Inspect and view changes in Context command executor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Context command executor",
  "version": "0.5.1",
  "description": "Execute customized commands from the context menu",
  "author": "LoveIsGrief",
  "applications": {
    "gecko": {
      "id": "ccex@firefox.namingthingsishard.com"
    }
  },
  "icons": {
    "64": "data/cex-on-the-beach-64.png"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "bookmarks",
    "contextMenus",
    "nativeMessaging",
    "storage"
  ],
  "options_ui": {
    "page": "options/index.html",
    "browser_style": true
  }
}

Best Context command executor Alternatives

Here are some Firefox add-ons that are similar to Context command executor: