View-Like Ratio for YouTube
Add display to the YouTube watch page to show a view-to-like ratio or percentage.
Qu'est-ce que View-Like Ratio for YouTube ?
View-Like Ratio for YouTube est une extension Chrome développée par flootah, et sa fonction principale est "Add display to the YouTube watch page to show a view-to-like ratio or percentage.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension View-Like Ratio for YouTube
Téléchargez les fichiers d'extension View-Like Ratio for YouTube 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
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.
Informations de Base sur l'Extension
Nom | View-Like Ratio for YouTube |
ID | lfckpofpbpnedmdplciiilidanpaoemn |
URL Officiel | https://chromewebstore.google.com/detail/view-like-ratio-for-youtu/lfckpofpbpnedmdplciiilidanpaoemn |
Description | Add display to the YouTube watch page to show a view-to-like ratio or percentage. |
Taille du Fichier | 16.66 KB |
Nombre d'Installations | 146 |
Version Actuelle | 0.4 |
Dernière Mise à Jour | 2022-12-07 |
Date de Publication | 2021-12-01 |
Évaluation | 3.29/5 Total 7 Évaluations |
Développeur | flootah |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://flootah.dev/about/privacy |
Langues Prises en Charge | 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": [ " |