Twitch Username and User ID Translator

Twitch Username and User ID Translator

Fetch user id of a Twitch username or the username of a Twitch user id.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "150": "icon.png"
    },
    "default_popup": "form.html"
  },
  "description": "Fetch user id of a Twitch username or the username of a Twitch user id.",
  "icons": {
    "150": "icon.png"
  },
  "manifest_version": 3,
  "name": "Twitch Username and User ID Translator",
  "options_page": "form.html",
  "permissions": [
    "storage"
  ],
  "host_permissions": [],
  "short_name": "TwitchUsr2ID",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.9"
}