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은(는) Ottomated에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [] } |