Youtube Likes / Views
Simple youtubeLikes / Views ratio ( percentage )
Youtube Likes / Viewsคืออะไร?
Youtube Likes / Views เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cosmin.serboteiu และคุณลักษณะหลักของมันคือ "Simple youtubeLikes / Views ratio ( percentage )"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Likes / Views
ดาวน์โหลดไฟล์ส่วนขยาย Youtube Likes / Views ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple extension that will display the ratio of likes / views as a percentage. This is quite useful in the current context in which there is no dislike counter.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Youtube Likes / Views |
ID | hpllifddocjegddmfhpknnncbciekpfe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/youtube-likes-views/hpllifddocjegddmfhpknnncbciekpfe |
คำอธิบาย | Simple youtubeLikes / Views ratio ( percentage ) |
ขนาดไฟล์ | 10.56 KB |
จำนวนการติดตั้ง | 99 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2021-11-23 |
วันที่เผยแพร่ | 2021-11-23 |
คะแนน | 4.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | cosmin.serboteiu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Likes \/ Views", "description": "Simple youtubeLikes \/ Views ratio ( percentage )", "version": "0.2", "manifest_version": 3, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/watch*" ], "js": [ "content-script.js" ] } ], "background": { "service_worker": "background.js" }, "permissions": [ "tabs" ] } |