Twitch Peak
Keeps the current tab set to the largest stream for any given game on Twitch!
Twitch Peakคืออะไร?
Twitch Peak เป็นส่วนขยายของ Chrome ที่พัฒนาโดย noahwillcrow และคุณลักษณะหลักของมันคือ "Keeps the current tab set to the largest stream for any given game on Twitch!"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Peak
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Peak ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Keep your eyes glued to only the top Twitch stream of any given game! Instructions: Just install this extension, click the icon in the Chrome menu, type in the name of your game, and click "Start Watching"! Source code is available on GitHub!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitch Peak |
ID | lmdldooiahghimedndlabgjfkddemjdj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitch-peak/lmdldooiahghimedndlabgjfkddemjdj |
คำอธิบาย | Keeps the current tab set to the largest stream for any given game on Twitch! |
ขนาดไฟล์ | 120 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2017-07-25 |
วันที่เผยแพร่ | 2017-07-25 |
ผู้พัฒนา | noahwillcrow |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/noahwillcrow/TwitchPeak |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Peak", "short_name": "TwitchPeak", "version": "1.0.3", "description": "Keeps the current tab set to the largest stream for any given game on Twitch!", "icons": { "32": "icon-32.png", "128": "icon-128.png" }, "permissions": [ "tabs", "https:\/\/api.twitch.tv\/kraken\/streams" ], "browser_action": { "default_title": "", "default_icon": "icon-32.png", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery-3.2.1.min.js", "background.js" ], "persistent": true } } |