Youtube like to view ratio

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

Qu'est-ce que Youtube like to view ratio ?

Youtube like to view ratio est une extension Chrome développée par @amnrst, et sa fonction principale est "Displays the percentage of likes to views, more popular videos have a higher ratio.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Youtube like to view ratio

Téléchargez les fichiers d'extension Youtube like to view ratio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Youtube like to view ratio Youtube like to view ratio
ID pjkjdnlpbfcociacjalpklkpebephmha
URL Officiel https://chromewebstore.google.com/detail/youtube-like-to-view-rati/pjkjdnlpbfcociacjalpklkpebephmha
Description Displays the percentage of likes to views, more popular videos have a higher ratio.
Taille du Fichier 328 KB
Nombre d'Installations 728
Version Actuelle 0.0.1.0
Dernière Mise à Jour 2022-11-02
Date de Publication 2021-12-04
Évaluation 3.58/5 Total 19 Évaluations
Développeur @amnrst
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/amnrst/youtube-like-to-view-ratio
Langues Prises en Charge 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"
        }
    ]
}