Domain Details Firefox

Examine source code of Domain Details

Inspect and view changes in Domain Details source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Domain Details",
  "description": "Extension used for Getting Domain Information",
  "version": "1.1resigned1",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "popup.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "popup.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{2843304f-dbfe-44fe-b4b4-1c18c9e6a811}"
    }
  }
}

Best Domain Details Alternatives

Here are some Firefox add-ons that are similar to Domain Details: