Duplicate Content Checker Firefox

Examine source code of Duplicate Content Checker

Inspect and view changes in Duplicate Content Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Duplicate Content Checker",
  "version": "1.1",
  "description": "Detects and suggests fixes for duplicate content issues on websites.",
  "permissions": [
    "activeTab",
    "storage",
    "notifications",
    "tabs",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "icons": {
    "64": "icons/logo_64.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a80fe2b0-68b0-458e-ad53-639848dd8c49}"
    }
  }
}

Best Duplicate Content Checker Alternatives

Here are some Firefox add-ons that are similar to Duplicate Content Checker: