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 to jest Otto Numbers?

Otto Numbers to rozszerzenie Chrome opracowane przez Ottomated, a jego główną funkcją jest „This extension adds indicators next to each streamer's name on Twitch that display the streamer's ranking in terms of revenue from…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Otto Numbers

Pobierz pliki rozszerzeń Otto Numbers w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Otto Numbers Otto Numbers
ID fpffdbakgdicgjkjacckjegnafcfmjep
Oficjalny URL https://chromewebstore.google.com/detail/otto-numbers/fpffdbakgdicgjkjacckjegnafcfmjep
Opis This extension adds indicators next to each streamer's name on Twitch that display the streamer's ranking in terms of revenue from…
Rozmiar pliku 92.77 KB
Liczba instalacji 10,000
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-02-09
Data Publikacji 2021-10-07
Ocena 4.83/5 Łącznie 116 Oceny
Deweloper Ottomated
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://get.mogultv.org/privacy
Obsługiwane Języki 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": []
}