WordHunt Overlay Firefox

Examine source code of WordHunt Overlay

By: Trinh
Inspect and view changes in WordHunt Overlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "WordHunt Overlay — Tìm từ khóa ẩn",
  "version": "1.0",
  "description": "Chọn ngẫu nhiên một từ trên trang và thử tìm. Khi tìm thấy, highlight tạm thời (không sửa DOM nội dung).",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_title": "WordHunt",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "content_style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icons/icon-48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "wordhunt@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best WordHunt Overlay Alternatives

Here are some Firefox add-ons that are similar to WordHunt Overlay: