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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": []
} | |