Twitch GO
Using the Twitch API for a more Compact and Quick view of your Following, Top Streams/Games.
Twitch GOคืออะไร?
Twitch GO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ghostir.net และคุณลักษณะหลักของมันคือ "Using the Twitch API for a more Compact and Quick view of your Following, Top Streams/Games."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch GO
ดาวน์โหลดไฟล์ส่วนขยาย Twitch GO ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A quick and easy way to access several of the Twitch Services, such as your Following, Top Games and Top Streams. Features • Follower List • Top Games • Top Streams • Custom Search of the Streams/Games. • Dark and Light themes within the Settings. • In addition to your Following List, you're able to Favorite a Streamer, showing him at the top of your Following List. • Want to know when your favorite streamer has gone live? Just turn on Notifications and click the Bell Icon. When Twitch switched their API Version from Kraken to Helix, many of the existing extensions that did something similar were outdated and no longer worked. I decided that I'd create a nice looking and functional extension to fill this void, I strived to create a good looking, feature rich extension that'll provide users with a straight forward and easy way to keep track of their Twitch followers others areas of the service.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitch GO |
ID | lbjeogibekpoopegkikmbfidalcamigj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitch-go/lbjeogibekpoopegkikmbfidalcamigj |
คำอธิบาย | Using the Twitch API for a more Compact and Quick view of your Following, Top Streams/Games. |
ขนาดไฟล์ | 1.19 MB |
จำนวนการติดตั้ง | 76 |
เวอร์ชันปัจจุบัน | 2.5.0 |
อัปเดตครั้งล่าสุด | 2023-12-14 |
วันที่เผยแพร่ | 2022-04-20 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://ghostir.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://ghostir.net/twitch |
URL หน้าช่วยเหลือ | https://ghostir.net/Twitch/Feedback |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch GO", "description": "Using the Twitch API for a more Compact and Quick view of your Following, Top Streams\/Games.", "version": "2.5.0", "manifest_version": 3, "icons": { "16": ".\/img\/obj-16x16.png", "32": ".\/img\/obj-32x32.png", "48": ".\/img\/obj-48x48.png", "128": ".\/img\/obj-128x128.png" }, "action": { "default_popup": "main.html" }, "background": { "service_worker": "notification.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "settings.js" ] } ], "host_permissions": [ "https:\/\/localhost:7191\/*", "https:\/\/ghostir.net\/*", "https:\/\/api.twitch.tv\/helix\/*" ], "permissions": [ "identity", "storage", "notifications", "alarms", "tabs" ] } |