Otto Numbers

Otto Numbers

This extension adds indicators next to each streamer's name on Twitch that display the streamer's ranking in terms of revenue from…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Otto Numbers",
  "version": "1.0",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://*.twitch.tv/*"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "action": {}
}