Twitch Links
Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!
Twitch Linksคืออะไร?
Twitch Links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shiboe และคุณลักษณะหลักของมันคือ "Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Links
ดาวน์โหลดไฟล์ส่วนขยาย Twitch Links ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension monitors Twitch chat, saving all links posted in chat to a separate list. Clicking the Twitch Links icon will show all captured links, allowing you to easily view and click them without fighting the tide of new chat posts coming in. Links will only be shown for the currently open twitch window/tab, but will be read in the background for all active tabs. Enjoy!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitch Links |
ID | bdabfmaodlcecidafckneiiaodjakoho |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitch-links/bdabfmaodlcecidafckneiiaodjakoho |
คำอธิบาย | Catch links in fast moving twitch chat, moving them to a managable list for easy clicking! |
ขนาดไฟล์ | 44.66 KB |
จำนวนการติดตั้ง | 696 |
เวอร์ชันปัจจุบัน | 4.0.3 |
อัปเดตครั้งล่าสุด | 2022-07-15 |
วันที่เผยแพร่ | 2019-05-22 |
คะแนน | 3.40/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Shiboe |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Links", "description": "Catch links in fast moving twitch chat, moving them to a managable list for easy clicking!", "version": "4.0.3", "icons": { "48": "images\/icon48.png" }, "browser_action": [], "content_scripts": [ { "matches": [ "https:\/\/go.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "css": [ "styles\/content.min.css" ], "js": [ "scripts\/content.min.js" ] } ], "background": { "scripts": [ "scripts\/background.min.js" ] }, "web_accessible_resources": [], "permissions": [ "activeTab", "background" ] } |