WebAssembly Memory Scanner Firefox

Examine source code of WebAssembly Memory Scanner

Inspect and view changes in WebAssembly Memory Scanner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extName__",
  "version": "3.0",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "manifest_version": 3,
  "content_scripts": [
    {
      "js": [
        "content/content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "scripting",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "content/webassemblymemoryscanner.js",
        "content/init.js",
        "shared/wail.min.js/wail.min.js",
        "shared/utils.js",
        "content/thirdparty/stacktrace/stacktrace.min.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_title": "WMS",
    "default_popup": "extension/action-launcher.html"
  },
  "devtools_page": "extension/devtools.html",
  "background": {
    "scripts": [
      "extension/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "wms-firefox-free@local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/wms16.png",
    "48": "icons/wms48.png",
    "128": "icons/wms128.png"
  }
}

Meilleures alternatives WebAssembly Memory Scanner

Voici quelques Firefox add-ons qui sont similaires à WebAssembly Memory Scanner :