Anonymous Time-synced Comments for YouTube
Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.
Anonymous Time-synced Comments for YouTubeคืออะไร?
Anonymous Time-synced Comments for YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย overyoutube.com และคุณลักษณะหลักของมันคือ "Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anonymous Time-synced Comments for YouTube
ดาวน์โหลดไฟล์ส่วนขยาย Anonymous Time-synced Comments for YouTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Designed to be unobtrusive. Sleek, minimal interface. Highly configurable: hide, show, hide input box, opacity, size, coverage, speed etc etc
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | eilhiofmofbjehnbfkgfgdjlfbancecp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/anonymous-time-synced-com/eilhiofmofbjehnbfkgfgdjlfbancecp |
คำอธิบาย | Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required. |
ขนาดไฟล์ | 2.41 MB |
จำนวนการติดตั้ง | 19 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2019-10-18 |
วันที่เผยแพร่ | 2019-10-17 |
คะแนน | 4.92/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | overyoutube.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://overyoutube.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anonymous Time-synced Comments for YouTube", "short_name": "overyoutube.com", "description": "Watch Youtube with crowdsourced time-synced comments. Anonymously comment, any time, any video -- no log in required.", "version": "2.1", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "\/static\/css\/main.css" ], "js": [ "\/static\/js\/main.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "identity" ], "oauth2": { "client_id": "223132972673-rsltea1q13hmlkt3okva52e7ibq2eumm.apps.googleusercontent.com", "scopes": [ "email", "openid", "profile" ] } } |