Youtube like to view ratio

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

Wat is Youtube like to view ratio?

Youtube like to view ratio is een Chrome-extensie ontwikkeld door @amnrst, en de belangrijkste functie is "Displays the percentage of likes to views, more popular videos have a higher ratio.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Youtube like to view ratio

Download Youtube like to view ratio-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Youtube like to view ratio Youtube like to view ratio
ID pjkjdnlpbfcociacjalpklkpebephmha
Officiële URL https://chromewebstore.google.com/detail/youtube-like-to-view-rati/pjkjdnlpbfcociacjalpklkpebephmha
Beschrijving Displays the percentage of likes to views, more popular videos have a higher ratio.
Bestandsgrootte 328 KB
Aantal Installaties 728
Huidige Versie 0.0.1.0
Laatst Bijgewerkt 2022-11-02
Publicatiedatum 2021-12-04
Beoordeling 3.58/5 Totaal 19 Beoordelingen
Ontwikkelaar @amnrst
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/amnrst/youtube-like-to-view-ratio
Ondersteunde Talen 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"
        }
    ]
}