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…”。

擴展截圖

screenshot

下載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 Otto Numbers
ID fpffdbakgdicgjkjacckjegnafcfmjep
官方網址 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": []
}