Twitch.tv Stream Search
This extension allows users to quickly and easily find and stream Twitch channels!
Twitch.tv Stream Searchคืออะไร?
Twitch.tv Stream Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tdloganj และคุณลักษณะหลักของมันคือ "This extension allows users to quickly and easily find and stream Twitch channels!"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch.tv Stream Search
ดาวน์โหลดไฟล์ส่วนขยาย Twitch.tv Stream Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This little extension allows you to quickly search twitch for any stream of any game you want! If you find the stream you want to watch, just click on the image and it will open the twitch player right in the view! Otherwise you may click on the streamer name to be linked directly to their site.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mpimnemdomnlnllinjohifkedjepadjf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/twitchtv-stream-search/mpimnemdomnlnllinjohifkedjepadjf |
คำอธิบาย | This extension allows users to quickly and easily find and stream Twitch channels! |
ขนาดไฟล์ | 25.62 KB |
จำนวนการติดตั้ง | 30 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2015-09-16 |
วันที่เผยแพร่ | 2015-09-16 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | tdloganj |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1", "manifest_version": 2, "name": "Twitch.tv Stream Search", "description": "This extension allows users to quickly and easily find and stream Twitch channels!", "browser_action": { "default_icon": ".\/assets\/GlitchIcon_Purple.png", "default_popup": "index.html" }, "permissions": [ "fullscreen", "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |