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是由quackadoodledoo开发的Chrome扩展程序,该扩展的主要功能是“Shows percent of viewers who liked the video. Useful proxy for the old like:dislike ratio.”。

扩展截图

screenshot

下载YouTube Likes Ratio扩展crx文件

下载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"
            ]
        }
    ]
}