Epstein Files Highlighter Firefox

Examine source code of Epstein Files Highlighter

Inspect and view changes in Epstein Files Highlighter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Epstein Files Highlighter",
  "version": "1.0.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "epstein-files-highlighter@PLACEHOLDER.com",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "description": "Highlights names from the Epstein files as you browse. Optional Wikipedia preview on hover.",
  "permissions": [
    "storage",
    "activeTab",
    "alarms"
  ],
  "optional_host_permissions": [
    "https://en.wikipedia.org/*"
  ],
  "background": {
    "service_worker": "background/service-worker.js",
    "scripts": [
      "background/service-worker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://en.wikipedia.org/wiki/List_of_people_named_in_the_Epstein_files*"
      ],
      "js": [
        "content/names.js",
        "content/content.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/epstein-files-highlighter.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png"
    },
    "default_popup": "popup/popup.html",
    "default_title": "Epstein Files Highlighter"
  }
}

Best Epstein Files Highlighter Alternatives

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