Highlight Duplicate Postcodes Firefox

Examine source code of Highlight Duplicate Postcodes

Inspect and view changes in Highlight Duplicate Postcodes source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Highlight Duplicate Postcodes",
  "version": "1.0",
  "description": "Automatically highlights duplicate UK postcodes on any webpage.",
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "author": "Anonymous",
  "browser_specific_settings": {
    "gecko": {
      "id": "highlight-duplicates@example.com",
      "strict_min_version": "109.0"
    }
  }
}

Best Highlight Duplicate Postcodes Alternatives

Here are some Firefox add-ons that are similar to Highlight Duplicate Postcodes: