YouTube Like Ratio Preview
Displays the YouTube video's like ratio on its thumbnail
Что такое YouTube Like Ratio Preview?
YouTube Like Ratio Preview - это расширение Chrome, разработанное Adam Gordon, и его основная функция - "Displays the YouTube video's like ratio on its thumbnail".
Снимки экрана расширения
Скачать файл CRX расширения YouTube Like Ratio Preview
Скачайте файлы расширений YouTube Like Ratio Preview в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | oaoblkfmjnfpkpiialnpdhchjplknfjj |
| Официальный URL | https://chrome.google.com/webstore/detail/youtube-like-ratio-previe/oaoblkfmjnfpkpiialnpdhchjplknfjj |
| Описание | Displays the YouTube video's like ratio on its thumbnail |
| Размер файла | 13.26 KB |
| Количество установок | 715 |
| Текущая Версия | 2.0.10 |
| Последнее Обновление | 2022-02-09 |
| Дата публикации | 2020-12-17 |
| Рейтинг | 4.13/5 Всего 15 оценок |
| Разработчик | Adam Gordon |
| Электронная почта | [email protected] |
| Поддерживаемые языки | 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"
}
} | |