YouTube Like Ratio Preview
Displays the YouTube video's like ratio on its thumbnail
Vad är YouTube Like Ratio Preview?
YouTube Like Ratio Preview är en Chrome-tillägg utvecklad av Adam Gordon, och dess huvudfunktion är "Displays the YouTube video's like ratio on its thumbnail".
Tilläggsskärmbilder
Ladda ner YouTube Like Ratio Preview-förlängningens CRX-fil
Ladda ner YouTube Like Ratio Preview-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | oaoblkfmjnfpkpiialnpdhchjplknfjj |
| Officiell webbadress | https://chrome.google.com/webstore/detail/youtube-like-ratio-previe/oaoblkfmjnfpkpiialnpdhchjplknfjj |
| Beskrivning | Displays the YouTube video's like ratio on its thumbnail |
| Filstorlek | 13.26 KB |
| Antal Installationer | 715 |
| Aktuell Version | 2.0.10 |
| Senast Uppdaterad | 2022-02-09 |
| Publiceringsdatum | 2020-12-17 |
| Betyg | 4.13/5 Totalt 15 Betyg |
| Utvecklare | Adam Gordon |
| E-post | [email protected] |
| Stödda Språk | 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"
}
} | |