Otto Numbers

Otto Numbers

This extension adds indicators next to each streamer's name on Twitch, the livestreaming platform. The indicator represents the streamer's ranking in terms of revenue made from the site from the last two years.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Otto Numbers",
  "version": "1.0.1",
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "42.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.twitch.tv/*"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "script.js"
      ]
    }
  ]
}