YouTube Likes Ratio

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

What is YouTube Likes Ratio?

YouTube Likes Ratio is a Chrome extension developed by quackadoodledoo, and its main feature is "Shows percent of viewers who liked the video. Useful proxy for the old like:dislike ratio.".

Extension Screenshots

screenshot

Download YouTube Likes Ratio Extension CRX File

Download YouTube Likes Ratio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name YouTube Likes Ratio YouTube Likes Ratio
ID lmalclgdccahfecpdlncehpnceeloppo
Official URL https://chromewebstore.google.com/detail/youtube-likes-ratio/lmalclgdccahfecpdlncehpnceeloppo
Description Shows percent of viewers who liked the video. Useful proxy for the old like:dislike ratio.
File Size 22.73 KB
Installation Count 70
Current Version 1.3.7
Last Updated 2024-01-31
Publish Date 2021-11-30
Rating 3.29/5 Total 7 Ratings
Developer quackadoodledoo
Email [email protected]
Payment Type free
Extension Website https://github.com/bzbradford/yt-likes-ratio
Supported Languages 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"
            ]
        }
    ]
}