Youtube like to view ratio

Displays the percentage of likes to views, more popular videos have a higher ratio.

Youtube like to view ratioคืออะไร?

Youtube like to view ratio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย @amnrst และคุณลักษณะหลักของมันคือ "Displays the percentage of likes to views, more popular videos have a higher ratio."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube like to view ratio

ดาวน์โหลดไฟล์ส่วนขยาย Youtube like to view ratio ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Youtube recently removed the dislike to like ratio.  
A video with 1M views and 100 likes for example has a low ratio (0.1%), and probably means the video is not popular.

Any video with a like to view ratio greater than 2 or 3 percent, should be all right.
However the correct ratio depends on the type of content you are watching.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Youtube like to view ratio Youtube like to view ratio
ID pjkjdnlpbfcociacjalpklkpebephmha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-like-to-view-rati/pjkjdnlpbfcociacjalpklkpebephmha
คำอธิบาย Displays the percentage of likes to views, more popular videos have a higher ratio.
ขนาดไฟล์ 328 KB
จำนวนการติดตั้ง 728
เวอร์ชันปัจจุบัน 0.0.1.0
อัปเดตครั้งล่าสุด 2022-11-02
วันที่เผยแพร่ 2021-12-04
คะแนน 3.58/5 รวมทั้งหมด 19 คะแนน
ผู้พัฒนา @amnrst
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/amnrst/youtube-like-to-view-ratio
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube like to view ratio",
    "description": "Displays the percentage of likes to views, more popular videos have a higher ratio.",
    "version": "0.0.1.0",
    "manifest_version": 2,
    "icons": {
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "homepage_url": "https:\/\/github.com\/amnrst\/youtube-like-to-view-ratio",
    "permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "run_at": "document_idle"
        }
    ]
}