Flash Debugger Firefox

Examine source code of Flash Debugger

By: O-Minds
Inspect and view changes in Flash Debugger source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Flash Debugger",
  "version": "6.0.8",
  "description": "Flash Debugging Evolved",
  "author": "O-Minds",
  "icons": {
    "48": "icon.png",
    "96": "icon.png"
  },
  "background": {
    "scripts": [
      "/libs/jquery-3.2.1.min.js",
      "/libs/swfWorker.js",
      "/libs/decompiler.js",
      "background.js"
    ]
  },
  "devtools_page": "index.html",
  "options_ui": {
    "page": "/settings/settings.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "js": [
        "/libs/mutation.js",
        "/libs/outbound.js",
        "/libs/portal.js"
      ]
    }
  ],
  "applications": {
    "gecko": {
      "id": "@flash_debugger"
    }
  },
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "permissions": [
    "webRequest",
    "activeTab",
    "browserSettings",
    "tabs",
    "theme",
    "storage",
    "nativeMessaging",
    "<all_urls>"
  ]
}

Best Flash Debugger Alternatives

Here are some Firefox add-ons that are similar to Flash Debugger: