Marcy's Trigger Guard Firefox

Examine source code of Marcy's Trigger Guard

Inspect and view changes in Marcy's Trigger Guard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "browser_action": {
    "default_popup": "html/popup.html",
    "default_title": "Marcy's Trigger Guard"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "mtg@mxmbrook.co.uk",
      "strict_min_version": "57.0"
    }
  },
  "content_scripts": [
    {
      "js": [
        "js/common.js",
        "js/content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "js/common.js",
        "js/content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "js/common.js",
      "js/background.js"
    ]
  },
  "options_ui": {
    "page": "html/options.html",
    "open_in_tab": true
  },
  "content_security_policy": "default-src 'self'",
  "description": "Removes custom text from sight. By Marcy.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "manifest_version": 2,
  "name": "Marcy's Trigger Guard",
  "homepage_url": "https://github.com/SpruceMarcy/Marcy-s-Trigger-Guard",
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "version": "2.0.0"
}

Best Marcy's Trigger Guard Alternatives

Here are some Firefox add-ons that are similar to Marcy's Trigger Guard: