FF Highlighter Firefox

Examine source code of FF Highlighter

Inspect and view changes in FF Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "FF Highlighter",
  "version": "0.1.0",
  "description": "Highlights other instances of selected text when the selection is at least three characters.",
  "browser_specific_settings": {
    "gecko": {
      "id": "ff-highlighter@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "background.js"
      ],
      "css": [
        "highlight.css"
      ]
    }
  ]
}

Best FF Highlighter Alternatives

Here are some Firefox add-ons that are similar to FF Highlighter: