YouTube Likes Ratio

Shows percent of viewers who liked the video. Useful proxy for the old like:dislike ratio.

YouTube Likes Ratioคืออะไร?

YouTube Likes Ratio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย quackadoodledoo และคุณลักษณะหลักของมันคือ "Shows percent of viewers who liked the video. Useful proxy for the old like:dislike ratio."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Likes Ratio

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

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

                        Now that the dislike count is gone and with it the like/dislike ratio, this extension calculates the percent of viewers who liked a video, giving some idea of viewer sentiment.                    

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

ชื่อ YouTube Likes Ratio YouTube Likes Ratio
ID lmalclgdccahfecpdlncehpnceeloppo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-likes-ratio/lmalclgdccahfecpdlncehpnceeloppo
คำอธิบาย Shows percent of viewers who liked the video. Useful proxy for the old like:dislike ratio.
ขนาดไฟล์ 22.73 KB
จำนวนการติดตั้ง 70
เวอร์ชันปัจจุบัน 1.3.7
อัปเดตครั้งล่าสุด 2024-01-31
วันที่เผยแพร่ 2021-11-30
คะแนน 3.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา quackadoodledoo
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/bzbradford/yt-likes-ratio
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Likes Ratio",
    "description": "Shows percent of viewers who liked the video. Useful proxy for the old like:dislike ratio.",
    "version": "1.3.7",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "16": "\/assets\/icon-16.png",
        "32": "\/assets\/icon-32.png",
        "48": "\/assets\/icon-48.png",
        "128": "\/assets\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}