Xpose Firefox

Examine source code of Xpose

Inspect and view changes in Xpose source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Xpose",
  "version": "1.0",
  "description": "Xpose is extension that helps you to scrap web pages. It shows you a lot of information about the page.",
  "icons": {
    "128": "img/spy.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "img/spy.png"
  },
  "manifest_version": 2
}

Best Xpose Alternatives

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