YouTube Like Ratio Preview
Displays the YouTube video's like ratio on its thumbnail
YouTube Like Ratio Previewคืออะไร?
YouTube Like Ratio Preview เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Adam Gordon และคุณลักษณะหลักของมันคือ "Displays the YouTube video's like ratio on its thumbnail"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Like Ratio Preview
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Like Ratio Preview ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Find out if a video is worth watching by previewing it's like ratio before you click on it. This Extension utilizes a similar design to YouTube™ to keep things sleek and cohesive. View the like ratio from every possible page on YouTube™ with seamless automatic updates as you scroll and browse. YouTube™ is a trademark of Google LLC.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube Like Ratio Preview |
ID | oaoblkfmjnfpkpiialnpdhchjplknfjj |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/youtube-like-ratio-previe/oaoblkfmjnfpkpiialnpdhchjplknfjj |
คำอธิบาย | Displays the YouTube video's like ratio on its thumbnail |
ขนาดไฟล์ | 13.26 KB |
จำนวนการติดตั้ง | 715 |
เวอร์ชันปัจจุบัน | 2.0.10 |
อัปเดตครั้งล่าสุด | 2022-02-09 |
วันที่เผยแพร่ | 2020-12-17 |
คะแนน | 4.13/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | Adam Gordon |
อีเมล | [email protected] |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Like Ratio Preview", "version": "2.0.10", "manifest_version": 3, "author": "Adam Gordon", "description": "Displays the YouTube video's like ratio on its thumbnail", "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "icons": { "16": "youtubeThumbsUp16.png", "48": "youtubeThumbsUp48.png", "128": "youtubeThumbsUp128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_title": "YouTube Like Ratio" } } |