EmojiQuiz Firefox

Examine source code of EmojiQuiz

By: Thu
Inspect and view changes in EmojiQuiz source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "EmojiQuiz — Đố vui bằng emoji trên trang",
  "version": "1.0",
  "description": "Quét trang để tìm emoji, tạo câu hỏi: emoji xuất hiện nhiều nhất, hoặc đếm số lần emoji cụ thể.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_title": "EmojiQuiz",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icons/icon-48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "emojiquiz@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best EmojiQuiz Alternatives

Here are some Firefox add-ons that are similar to EmojiQuiz: