Twitch Emotes Downloader

Twitch Emotes Downloader

Instantly access and download a wide range of Twitch emojis directly from chat with ease. With our new and improved functionality,…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Twitch Emotes Downloader",
  "version": "0.9",
  "icons": {
    "128": "icon.png"
  },
  "action": {
    "default_title": "init",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "js": [
        "content-min.js"
      ],
      "matches": [
        "https://www.twitch.tv/*"
      ]
    },
    {
      "run_at": "document_start",
      "js": [
        "zipper.js"
      ],
      "matches": [
        "https://www.twitch.tv/*"
      ]
    }
  ]
}