Youtube View Count
Records personal view count for YouTube videos and displays it alongside aggregate view count per video.
Youtube View Countคืออะไร?
Youtube View Count เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Records personal view count for YouTube videos and displays it alongside aggregate view count per video."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube View Count
ดาวน์โหลดไฟล์ส่วนขยาย Youtube View Count ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Records personal view count for YouTube videos and displays it alongside aggregate view count per video.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Youtube View Count |
ID | bjlmlgdemeigjojbpmlndcdbddfijckd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-view-count/bjlmlgdemeigjojbpmlndcdbddfijckd |
คำอธิบาย | Records personal view count for YouTube videos and displays it alongside aggregate view count per video. |
ขนาดไฟล์ | 3.63 KB |
จำนวนการติดตั้ง | 118 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2017-07-23 |
วันที่เผยแพร่ | 2017-07-23 |
คะแนน | 3.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Unknown |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube View Count", "version": "0.1", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ] } |