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文件
下载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": [] } |