MEMX Enhancement Tool Firefox

Examine source code of MEMX Enhancement Tool

By: Connor
Inspect and view changes in MEMX Enhancement Tool source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "MEMX Enhancement Tool",
  "version": "1.0.3",
  "description": "An Enhancement tool for the Memory Express Webpage.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.memoryexpress.com/*"
      ],
      "runat": [
        "document_end"
      ],
      "js": [
        "contentScript.js"
      ],
      "css": [
        "memxeh.css"
      ]
    },
    {
      "matches": [
        "https://*.memoryexpress.com/*"
      ],
      "runat": [
        "document_start"
      ],
      "js": [
        "redirect.js"
      ]
    }
  ],
  "action": {
    "default_popup": "settings.html"
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{9ab44d53-6ea2-4a86-83ae-9f4e47a6e763}"
    }
  }
}

Best MEMX Enhancement Tool Alternatives

Here are some Firefox add-ons that are similar to MEMX Enhancement Tool: