Emotes Everywhere Firefox

Examine source code of Emotes Everywhere

By: Enrico
Inspect and view changes in Emotes Everywhere source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Emotes Everywhere",
  "version": "0.3.2",
  "description": "See custom emotes on any site.",
  "icons": {
    "128": "icons/128.png"
  },
  "permissions": [
    "storage",
    "contextMenus"
  ],
  "browser_action": {
    "default_popup": "menu.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "run_at": "document_end",
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "emoteseverywhere@epalmese.github.io",
      "strict_min_version": "57.0"
    }
  }
}

Best Emotes Everywhere Alternatives

Here are some Firefox add-ons that are similar to Emotes Everywhere: