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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ottomated และคุณลักษณะหลักของมันคือ "This extension adds indicators next to each streamer's name on Twitch that display the streamer's ranking in terms of revenue from…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Otto Numbers
ดาวน์โหลดไฟล์ส่วนขยาย 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": [] } |