youtube-live-chat-selector
Chrome Extension for Selecting Chat Messages on YouTube Live.
youtube-live-chat-selectorคืออะไร?
youtube-live-chat-selector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fiahfy.blogspot.com และคุณลักษณะหลักของมันคือ "Chrome Extension for Selecting Chat Messages on YouTube Live."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย youtube-live-chat-selector
ดาวน์โหลดไฟล์ส่วนขยาย youtube-live-chat-selector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- Filter chat messages by authority types.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | youtube-live-chat-selector |
ID | elgbmlibcejchmmfkngbdpdmejbajkll |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-live-chat-selecto/elgbmlibcejchmmfkngbdpdmejbajkll |
คำอธิบาย | Chrome Extension for Selecting Chat Messages on YouTube Live. |
ขนาดไฟล์ | 100 KB |
จำนวนการติดตั้ง | 5,772 |
เวอร์ชันปัจจุบัน | 0.0.9 |
อัปเดตครั้งล่าสุด | 2023-05-06 |
วันที่เผยแพร่ | 2020-04-01 |
คะแนน | 4.80/5 รวมทั้งหมด 35 คะแนน |
ผู้พัฒนา | https://fiahfy.blogspot.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "youtube-live-chat-selector", "description": "Chrome Extension for Selecting Chat Messages on YouTube Live.", "version": "0.0.9", "manifest_version": 3, "icons": { "128": "icon.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script.ts-loader-924d9f2a.js" ], "matches": [ "https:\/\/www.youtube.com\/live_chat*" ], "all_frames": true, "css": [ "assets\/content-script-13bac0e4.css" ] } ], "action": { "default_icon": "icon.png", "default_popup": "src\/popup.html" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "resources": [ "assets\/content-script.ts-a8ccf41d.js" ], "use_dynamic_url": true } ] } |