YouTube View Stats
Enable percentage likes/votes of youtube videos.
YouTube View Statsคืออะไร?
YouTube View Stats เป็นส่วนขยายของ Chrome ที่พัฒนาโดย system.unplugged และคุณลักษณะหลักของมันคือ "Enable percentage likes/votes of youtube videos."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube View Stats
ดาวน์โหลดไฟล์ส่วนขยาย YouTube View Stats ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fpgiidekjpkheojggfjnilekmgklfdkb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/youtube-view-stats/fpgiidekjpkheojggfjnilekmgklfdkb |
คำอธิบาย | Enable percentage likes/votes of youtube videos. |
ขนาดไฟล์ | 48.02 KB |
จำนวนการติดตั้ง | 598 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2017-04-07 |
วันที่เผยแพร่ | 2017-04-07 |
คะแนน | 1.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | system.unplugged |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube View Stats", "version": "0.0.1", "description": "Enable percentage likes\/votes of youtube videos.", "icons": { "16": "icon16.png", "48": "icon16.png", "128": "icon16.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "jquery.js", "content.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ] } |