Emoji Filter Firefox

Examine source code of Emoji Filter

By: Vka
Inspect and view changes in Emoji Filter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Emoji Filter",
  "version": "1.0",
  "description": "Replace images on a page with color-matching emoji, creating an 'emoji version' of any website.",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "Emoji Filter",
    "default_popup": "popup.html"
  },
  "applications": {
    "gecko": {
      "id": "emojifilter@example.com"
    }
  }
}

Best Emoji Filter Alternatives

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