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…
Что такое Otto Numbers?
Otto Numbers - это расширение Chrome, разработанное Ottomated, и его основная функция - "This extension adds indicators next to each streamer's name on Twitch that display the streamer's ranking in terms of revenue from…".
Снимки экрана расширения
Скачать файл CRX расширения Otto Numbers
Скачайте файлы расширений Otto Numbers в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | Otto Numbers |
ID | fpffdbakgdicgjkjacckjegnafcfmjep |
Официальный URL | https://chromewebstore.google.com/detail/otto-numbers/fpffdbakgdicgjkjacckjegnafcfmjep |
Описание | This extension adds indicators next to each streamer's name on Twitch that display the streamer's ranking in terms of revenue from… |
Размер файла | 92.77 KB |
Количество установок | 10,000 |
Текущая Версия | 1.0 |
Последнее Обновление | 2022-02-09 |
Дата публикации | 2021-10-07 |
Рейтинг | 4.83/5 Всего 116 оценок |
Разработчик | Ottomated |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://get.mogultv.org/privacy |
Поддерживаемые языки | 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": [] } |