Emoji Revealer Firefox

Examine source code of Emoji Revealer

Inspect and view changes in Emoji Revealer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Emoji Revealer",
  "version": "0.3.4",
  "description": "Displays emoji names on hover, making it easy to understand what any emoji means.",
  "browser_specific_settings": {
    "gecko": {
      "id": "emoji-revealer@gormanity",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    }
  },
  "background": {
    "scripts": [
      "service-worker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "permissions": [
    "storage"
  ]
}

Best Emoji Revealer Alternatives

Here are some Firefox add-ons that are similar to Emoji Revealer: