Debugmode Firefox

Examine source code of Debugmode

By: ff0000
Inspect and view changes in Debugmode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Debugmode",
  "version": "1.0.3",
  "description": "toggle debugmode on and off for when developing websites",
  "icons": {
    "48": "icons/debugmode-icon.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/debugmode-icon.png",
    "default_title": "Debugmode",
    "default_popup": "popup/toggle.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "js": [
        "content_scripts/debugmode.js"
      ]
    }
  ]
}

Best Debugmode Alternatives

Here are some Firefox add-ons that are similar to Debugmode: