Memory Express Enhancements Firefox

Examine source code of Memory Express Enhancements

Inspect and view changes in Memory Express Enhancements source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "MemoryExpress Enhancements",
  "version": "3.1.5",
  "description": "Auto-applies category filters, enhances ILC display/copy, and stores default store location. Not affiliated with MemoryExpress. Unofficial addon.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "MemEx Settings",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.memoryexpress.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "storage"
  ],
  "host_permissions": [
    "https://www.memoryexpress.com/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "memex-enhancer@tysonpm.ca",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Memory Express Enhancements Alternatives

Here are some Firefox add-ons that are similar to Memory Express Enhancements: