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…
O que é Otto Numbers?
Otto Numbers é uma extensão do Chrome desenvolvida por Ottomated, e sua principal característica é "This extension adds indicators next to each streamer's name on Twitch that display the streamer's ranking in terms of revenue from…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Otto Numbers
Baixe arquivos de extensão Otto Numbers no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Otto Numbers |
ID | fpffdbakgdicgjkjacckjegnafcfmjep |
URL Oficial | https://chromewebstore.google.com/detail/otto-numbers/fpffdbakgdicgjkjacckjegnafcfmjep |
Descrição | This extension adds indicators next to each streamer's name on Twitch that display the streamer's ranking in terms of revenue from… |
Tamanho do Arquivo | 92.77 KB |
Contagem de Instalações | 10,000 |
Versão Atual | 1.0 |
Última Atualização | 2022-02-09 |
Data de Publicação | 2021-10-07 |
Classificação | 4.83/5 Total de 116 Avaliações |
Desenvolvedor | Ottomated |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://get.mogultv.org/privacy |
Idiomas Suportados | 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": [] } |