YouTube Expose
Spot fake views on YouTube videos.
Что такое YouTube Expose?
YouTube Expose - это расширение Chrome, разработанное https://www.gratify.chat, и его основная функция - "Spot fake views on YouTube videos.".
Снимки экрана расширения
Скачать файл CRX расширения YouTube Expose
Скачайте файлы расширений YouTube Expose в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension calculates the percentage of users who engaged (liked/disliked) the video and displays that ratio next to 'views' on YouTube.
This data can be helpful in determining whether or not a video has fake likes/plays, because 'bought' videos tend to have different engagement ratios than genuine videos. YouTube Expose provides visibility into this metric. Основная информация о расширении
| Название | |
| ID | ffjfaifbooopahgkakljlahlbgoldnhh |
| Официальный URL | https://chromewebstore.google.com/detail/youtube-expose/ffjfaifbooopahgkakljlahlbgoldnhh |
| Описание | Spot fake views on YouTube videos. |
| Размер файла | 31.57 KB |
| Количество установок | 469 |
| Текущая Версия | 0.9.5 |
| Последнее Обновление | 2016-10-19 |
| Дата публикации | 2016-10-19 |
| Рейтинг | 3.67/5 Всего 3 оценок |
| Разработчик | https://www.gratify.chat |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "YouTube Expose",
"description": "Spot fake views on YouTube videos.",
"version": "0.9.5",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon16.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/*"
],
"js": [
"index.js"
]
}
]
} | |