Youtube Streaming Donation Tracking
Keep tracking your Youtube streaming donations
Youtube Streaming Donation Trackingคืออะไร?
Youtube Streaming Donation Tracking เป็นส่วนขยายของ Chrome ที่พัฒนาโดย noext และคุณลักษณะหลักของมันคือ "Keep tracking your Youtube streaming donations"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Streaming Donation Tracking
ดาวน์โหลดไฟล์ส่วนขยาย Youtube Streaming Donation Tracking ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Split the chat of your live on youtube, one half with normal comments and auto scroll, and the other half the only the donation comments ( green box ) and no autoscroll and no history deleting, once you load up the chat page any donation comment will stay in the chat no matter youtube remove normal comments work only on this url : https://www.youtube.com/live_chat?v=id_of_your_live ( id is the thing after watch?v= )
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dlhkoniifiiigbdgdhboikelmafdhfjj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/youtube-streaming-donatio/dlhkoniifiiigbdgdhboikelmafdhfjj |
คำอธิบาย | Keep tracking your Youtube streaming donations |
ขนาดไฟล์ | 279 KB |
จำนวนการติดตั้ง | 56 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2016-02-27 |
วันที่เผยแพร่ | 2016-02-27 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | noext |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "js": [ "bower_components\/jquery\/dist\/jquery.js", "youtubeGaming.js" ], "matches": [ "*:\/\/*.youtube.com\/live_chat?v=*" ], "run_at": "document_idle" } ], "description": "Keep tracking your Youtube streaming donations", "icons": { "128": "icon\/icon-128.png", "512": "icon\/icon-512.png" }, "manifest_version": 2, "name": "Youtube Streaming Donation Tracking", "version": "1.0.0" } |