View-Like Ratio for YouTube
Add display to the YouTube watch page to show a view-to-like ratio or percentage.
Was ist View-Like Ratio for YouTube?
View-Like Ratio for YouTube ist eine Chrome-Erweiterung, die von flootah entwickelt wurde, und ihr Hauptmerkmal ist "Add display to the YouTube watch page to show a view-to-like ratio or percentage.".
Erweiterungsscreenshots
View-Like Ratio for YouTube-Erweiterungs-CRX-Datei herunterladen
Laden Sie View-Like Ratio for YouTube-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
With YouTube dislikes on the way out, there needs to be an alternative way to judge a video's quality. This extension brings a solution by showing how often viewers decide to like a video. This metric can be useful when comparing videos of similar content or by the same creator.
Grundlegende Informationen zur Erweiterung
Name | View-Like Ratio for YouTube |
ID | lfckpofpbpnedmdplciiilidanpaoemn |
Offizielle URL | https://chromewebstore.google.com/detail/view-like-ratio-for-youtu/lfckpofpbpnedmdplciiilidanpaoemn |
Beschreibung | Add display to the YouTube watch page to show a view-to-like ratio or percentage. |
Dateigröße | 16.66 KB |
Installationsanzahl | 146 |
Aktuelle Version | 0.4 |
Letztes Update | 2022-12-07 |
Veröffentlichungsdatum | 2021-12-01 |
Bewertung | 3.29/5 Insgesamt 7 Bewertungen |
Entwickler | flootah |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://flootah.dev/about/privacy |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "View-Like Ratio for YouTube", "description": "Add display to the YouTube watch page to show a view-to-like ratio or percentage.", "version": "0.4", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "viewlike.css" ], "js": [ "viewlike.js" ] } ], "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "storage" ], "icons": { "128": "viewlike128.png" }, "web_accessible_resources": [ { "resources": [ "viewlike.svg" ], "matches": [ " |