Page Source Analyzer Firefox

Examine source code of Page Source Analyzer

By: OS_78 Add-on
Inspect and view changes in Page Source Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Page Source Analyzer",
  "version": "1.0",
  "description": "Finds JS files, paths, hidden inputs, and tokens in the HTML page source.",
  "icons": {
    "128": "icon16.png"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon16.png",
      "128": "icon16.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{be373fb0-3909-4c7c-80c0-486953bc44d1}"
    }
  }
}

Best Page Source Analyzer Alternatives

Here are some Firefox add-ons that are similar to Page Source Analyzer: