Get DNS Firefox

Examine source code of Get DNS

Inspect and view changes in Get DNS source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "getdns",
  "description": "Get All DNS records.",
  "version": "1.0.2",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "96": "icon-96.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "clipboardWrite",
    "tabs",
    "dns",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Get DNS",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "content-scripts/content.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a90acbbf-50af-44a9-b525-ee3bdef47cbd}"
    }
  }
}

Best Get DNS Alternatives

Here are some Firefox add-ons that are similar to Get DNS: