YouTube Like Ratio Preview

Displays the YouTube video's like ratio on its thumbnail

Was ist YouTube Like Ratio Preview?

YouTube Like Ratio Preview ist eine Chrome-Erweiterung, die von Adam Gordon entwickelt wurde, und ihr Hauptmerkmal ist "Displays the YouTube video's like ratio on its thumbnail".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

YouTube Like Ratio Preview-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Like Ratio Preview-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name YouTube Like Ratio Preview YouTube Like Ratio Preview
ID oaoblkfmjnfpkpiialnpdhchjplknfjj
Offizielle URL https://chrome.google.com/webstore/detail/youtube-like-ratio-previe/oaoblkfmjnfpkpiialnpdhchjplknfjj
Beschreibung Displays the YouTube video's like ratio on its thumbnail
Dateigröße 13.26 KB
Installationsanzahl 715
Aktuelle Version 2.0.10
Letztes Update 2022-02-09
Veröffentlichungsdatum 2020-12-17
Bewertung 4.13/5 Insgesamt 15 Bewertungen
Entwickler Adam Gordon
E-Mail adamkgordon97@gmail.com
Unterstützte Sprachen 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"
    }
}