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…
Co je Otto Numbers?
Otto Numbers je rozšíření Chrome vyvinuté Ottomated, a jeho hlavní funkcí je „This extension adds indicators next to each streamer's name on Twitch that display the streamer's ranking in terms of revenue from…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Otto Numbers
Stáhněte si soubory rozšíření Otto Numbers ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Otto Numbers |
ID | fpffdbakgdicgjkjacckjegnafcfmjep |
Oficiální URL | https://chromewebstore.google.com/detail/otto-numbers/fpffdbakgdicgjkjacckjegnafcfmjep |
Popis | This extension adds indicators next to each streamer's name on Twitch that display the streamer's ranking in terms of revenue from… |
Velikost souboru | 92.77 KB |
Počet instalací | 10,000 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2022-02-09 |
Datum Vydání | 2021-10-07 |
Hodnocení | 4.83/5 Celkem 116 Hodnocení |
Vývojář | Ottomated |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://get.mogultv.org/privacy |
Podporované Jazyky | 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": [] } |