Twitch Tools
Move twitch chat to the left side
Twitch Toolsคืออะไร?
Twitch Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nomercy.tv และคุณลักษณะหลักของมันคือ "Move twitch chat to the left side"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Tools
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Do you have twitch open on your right monitor? Move the Twitch chat to the left of your screen with one click. More tools to come. Feature requests are welcome.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitch Tools |
ID | hoolijiaaedceodofbgpogpalnofodgh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitch-tools/hoolijiaaedceodofbgpogpalnofodgh |
คำอธิบาย | Move twitch chat to the left side |
ขนาดไฟล์ | 12.65 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2022-04-12 |
วันที่เผยแพร่ | 2022-04-12 |
คะแนน | 1.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://nomercy.tv |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool |
URL หน้าช่วยเหลือ | https://gitlab.com/nomercy_entertainment/extensions/twitch-mod-tool/-/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.0.2", "action": { "default_icon": { "48": "icons\/twitch-48x48.png" }, "default_title": "Twitch Tools", "default_popup": "popup\/menu.html" }, "name": "Twitch Tools", "description": "Move twitch chat to the left side", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content\/content.js" ] } ], "icons": { "48": "icons\/twitch-48x48.png", "128": "icons\/twitch-128x128.png" }, "web_accessible_resources": [ { "resources": [ "plugins\/*", "lib\/*", "popup\/*", "content\/*" ], "use_dynamic_url": true, "matches": [ "https:\/\/www.twitch.tv\/*" ] } ] } |