Youtube Chat Extension
This extension allows you to chat on YouTube.
Youtube Chat Extensionคืออะไร?
Youtube Chat Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kumarm4 และคุณลักษณะหลักของมันคือ "This extension allows you to chat on YouTube."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Chat Extension
ดาวน์โหลดไฟล์ส่วนขยาย Youtube Chat Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension that allows you to chat with people that are watching the same YouTube video. You can install this extension if you want to chat with friends while watching a YouTube video, or if you want to join a live discussion on a popular video. Youtube Chat Extension is not responsible for any lost or stolen data from direct use or from side effects of installing the extension. Youtube Chat Extension is not meant to transmit sensitive or secure information. Youtube Chat Extension is not responsible for any content that is expressed on it by its users by means of text.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Youtube Chat Extension |
ID | accoddbafphmkcjgfekipkcimhomaenp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-chat-extension/accoddbafphmkcjgfekipkcimhomaenp |
คำอธิบาย | This extension allows you to chat on YouTube. |
ขนาดไฟล์ | 769 KB |
จำนวนการติดตั้ง | 25 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2020-12-11 |
วันที่เผยแพร่ | 2020-12-11 |
ผู้พัฒนา | kumarm4 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Chat Extension", "description": "This extension allows you to chat on YouTube.", "version": "0.0.1", "permissions": [ "tabs" ], "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "favicon.ico", "48": "logo48.png", "128": "logo128.png" }, "content_security_policy": "script-src 'self' 'sha256-a7QNwV+1osAC6bXKzzgKk6A6flFr6M\/rAKUL6EiBwzM='; object-src 'self'" } |