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…

What is Otto Numbers?

Otto Numbers is a Chrome extension developed by Ottomated, and its main feature is "This extension adds indicators next to each streamer's name on Twitch that display the streamer's ranking in terms of revenue from…".

Extension Screenshots

screenshot

Download Otto Numbers Extension CRX File

Download Otto Numbers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Otto Numbers Otto Numbers
ID fpffdbakgdicgjkjacckjegnafcfmjep
Official URL https://chromewebstore.google.com/detail/otto-numbers/fpffdbakgdicgjkjacckjegnafcfmjep
Description This extension adds indicators next to each streamer's name on Twitch that display the streamer's ranking in terms of revenue from…
File Size 92.77 KB
Installation Count 10,000
Current Version 1.0
Last Updated 2022-02-09
Publish Date 2021-10-07
Rating 4.83/5 Total 116 Ratings
Developer Ottomated
Email [email protected]
Payment Type free
Privacy Policy Page URL https://get.mogultv.org/privacy
Supported Languages en-US
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": []
}