YouTube Like Ratio Preview
Displays the YouTube video's like ratio on its thumbnail
Cos'è YouTube Like Ratio Preview?
YouTube Like Ratio Preview è un'estensione di Chrome sviluppata da Adam Gordon, e la sua funzione principale è "Displays the YouTube video's like ratio on its thumbnail".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Like Ratio Preview
Scarica i file di estensione YouTube Like Ratio Preview in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | oaoblkfmjnfpkpiialnpdhchjplknfjj |
| URL Ufficiale | https://chrome.google.com/webstore/detail/youtube-like-ratio-previe/oaoblkfmjnfpkpiialnpdhchjplknfjj |
| Descrizione | Displays the YouTube video's like ratio on its thumbnail |
| Dimensione del File | 13.26 KB |
| Conteggio Installazioni | 715 |
| Versione Corrente | 2.0.10 |
| Ultimo Aggiornamento | 2022-02-09 |
| Data di Pubblicazione | 2020-12-17 |
| Valutazione | 4.13/5 Totale 15 Valutazioni |
| Sviluppatore | Adam Gordon |
| [email protected] | |
| Lingue Supportate | 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"
}
} | |