My Privacy DNS Reporter Firefox

Examine source code of My Privacy DNS Reporter

Inspect and view changes in My Privacy DNS Reporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "My Privacy DNS Reporter",
  "description": "Reporting websites made easy.",
  "version": "1.0.8.3",
  "author": "Mr Dante",
  "homepage_url": "https://mypdns.org/infrastructure/mypdns-report",
  "permissions": [
    "<all_urls>",
    "storage",
    "menus",
    "activeTab",
    "tabs",
    "notifications",
    "downloads"
  ],
  "options_ui": {
    "page": "conf.html"
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "96": "icon.png"
    },
    "default_title": "Report this page",
    "default_popup": "pop.html"
  },
  "icons": {
    "96": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mypdns.org/*"
      ],
      "js": [
        "add.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "main.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "pornreport@dante.mypdns.org",
      "strict_min_version": "78.0"
    }
  }
}

Best My Privacy DNS Reporter Alternatives

Here are some Firefox add-ons that are similar to My Privacy DNS Reporter: