YouTube Likes Ratio

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

Hvad er YouTube Likes Ratio?

YouTube Likes Ratio er en Chrome-udvidelse udviklet af quackadoodledoo, og dens hovedfunktion er "Shows percent of viewers who liked the video. Useful proxy for the old like:dislike ratio.".

Udvidelsesskærmbilleder

screenshot

Download YouTube Likes Ratio-udvidelses-CRX-fil

Download YouTube Likes Ratio-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn YouTube Likes Ratio YouTube Likes Ratio
ID lmalclgdccahfecpdlncehpnceeloppo
Officiel URL https://chromewebstore.google.com/detail/youtube-likes-ratio/lmalclgdccahfecpdlncehpnceeloppo
Beskrivelse Shows percent of viewers who liked the video. Useful proxy for the old like:dislike ratio.
Filstørrelse 22.73 KB
Antal Installationer 70
Nuværende Version 1.3.7
Senest Opdateret 2024-01-31
Udgivelsesdato 2021-11-30
Bedømmelse 3.29/5 Samlet 7 Bedømmelser
Udvikler quackadoodledoo
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/bzbradford/yt-likes-ratio
Understøttede Sprog 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"
            ]
        }
    ]
}