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…
Cos'è Otto Numbers?
Otto Numbers è un'estensione di Chrome sviluppata da Ottomated, e la sua funzione principale è "This extension adds indicators next to each streamer's name on Twitch that display the streamer's ranking in terms of revenue from…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Otto Numbers
Scarica i file di estensione Otto Numbers in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Otto Numbers |
ID | fpffdbakgdicgjkjacckjegnafcfmjep |
URL Ufficiale | https://chromewebstore.google.com/detail/otto-numbers/fpffdbakgdicgjkjacckjegnafcfmjep |
Descrizione | This extension adds indicators next to each streamer's name on Twitch that display the streamer's ranking in terms of revenue from… |
Dimensione del File | 92.77 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-02-09 |
Data di Pubblicazione | 2021-10-07 |
Valutazione | 4.83/5 Totale 116 Valutazioni |
Sviluppatore | Ottomated |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://get.mogultv.org/privacy |
Lingue Supportate | 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": [] } |