View Source Firefox

Examine source code of View Source

Inspect and view changes in View Source source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "61.4resigned1",
  "manifest_version": 2,
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    }
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content_script.js"
      ],
      "css": [
        "style/content_style.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "scripts/content_script_st.js"
      ],
      "matches": [
        "*://*.barisderin.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "management",
    "activeTab",
    "downloads",
    "contextMenus",
    "<all_urls>",
    "http://*/*",
    "https://*/*",
    "cookies"
  ],
  "web_accessible_resources": [
    "setup/*",
    "style/*"
  ],
  "applications": {
    "gecko": {
      "id": "{c75a27d8-4529-449f-b67b-aba65d7a1c0a}"
    }
  }
}

Best View Source Alternatives

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