YouTube Like Ratio Preview

Displays the YouTube video's like ratio on its thumbnail

Qu'est-ce que YouTube Like Ratio Preview ?

YouTube Like Ratio Preview est une extension Chrome développée par Adam Gordon, et sa fonction principale est "Displays the YouTube video's like ratio on its thumbnail".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension YouTube Like Ratio Preview

Téléchargez les fichiers d'extension YouTube Like Ratio Preview 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

                        Find out if a video is worth watching by previewing it's like ratio before you click on it.

This Extension utilizes a similar design to YouTube™ to keep things sleek and cohesive. View the like ratio from every possible page on YouTube™ with seamless automatic updates as you scroll and browse.


YouTube™ is a trademark of Google LLC.                    

Informations de Base sur l'Extension

Nom YouTube Like Ratio Preview YouTube Like Ratio Preview
ID oaoblkfmjnfpkpiialnpdhchjplknfjj
URL Officiel https://chrome.google.com/webstore/detail/youtube-like-ratio-previe/oaoblkfmjnfpkpiialnpdhchjplknfjj
Description Displays the YouTube video's like ratio on its thumbnail
Taille du Fichier 13.26 KB
Nombre d'Installations 715
Version Actuelle 2.0.10
Dernière Mise à Jour 2022-02-09
Date de Publication 2020-12-17
Évaluation 4.13/5 Total 15 Évaluations
Développeur Adam Gordon
Email [email protected]
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Like Ratio Preview",
    "version": "2.0.10",
    "manifest_version": 3,
    "author": "Adam Gordon",
    "description": "Displays the YouTube video's like ratio on its thumbnail",
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "16": "youtubeThumbsUp16.png",
        "48": "youtubeThumbsUp48.png",
        "128": "youtubeThumbsUp128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_title": "YouTube Like Ratio"
    }
}