TwitchCast Helper
For everyone that use TwitchCast https://nightdev.com/twitchcast/
TwitchCast Helperคืออะไร?
TwitchCast Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Codeentangle และคุณลักษณะหลักของมันคือ "For everyone that use TwitchCast https://nightdev.com/twitchcast/"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TwitchCast Helper
ดาวน์โหลดไฟล์ส่วนขยาย TwitchCast Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension works in three simple steps. Step 1 Go to twitch channel of choise. Step 2 TwitchCast Helper play button will activate. Step 3 Click to be directed to the TwitchCast page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TwitchCast Helper |
ID | fcflimbaekgabcddmkgdhinddiabgcjf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitchcast-helper/fcflimbaekgabcddmkgdhinddiabgcjf |
คำอธิบาย | For everyone that use TwitchCast https://nightdev.com/twitchcast/ |
ขนาดไฟล์ | 6.42 KB |
จำนวนการติดตั้ง | 45 |
เวอร์ชันปัจจุบัน | 0.2.4 |
อัปเดตครั้งล่าสุด | 2017-11-11 |
วันที่เผยแพร่ | 2017-11-11 |
ผู้พัฒนา | Codeentangle |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/codeentangle/TwitchCast-Helper |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TwitchCast Helper", "version": "0.2.4", "description": "For everyone that use TwitchCast https:\/\/nightdev.com\/twitchcast\/", "background": { "scripts": [ "init.js" ], "persistent": false }, "page_action": { "default_icon": "icon-128.png", "default_title": "TwitchCast Helper" }, "content_scripts": [ { "matches": [ "https:\/\/nightdev.com\/twitchcast\/*" ], "js": [ "setchannel.js" ] } ], "permissions": [ "declarativeContent", "tabs", "storage" ], "icons": { "240": "icon-128.png" } } |