YouTube Expose
Spot fake views on YouTube videos.
Co to jest YouTube Expose?
YouTube Expose to rozszerzenie Chrome opracowane przez https://www.gratify.chat, a jego główną funkcją jest „Spot fake views on YouTube videos.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia YouTube Expose
Pobierz pliki rozszerzeń YouTube Expose w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ffjfaifbooopahgkakljlahlbgoldnhh |
| Oficjalny URL | https://chromewebstore.google.com/detail/youtube-expose/ffjfaifbooopahgkakljlahlbgoldnhh |
| Opis | Spot fake views on YouTube videos. |
| Rozmiar pliku | 31.57 KB |
| Liczba instalacji | 469 |
| Aktualna Wersja | 0.9.5 |
| Ostatnia Aktualizacja | 2016-10-19 |
| Data Publikacji | 2016-10-19 |
| Ocena | 3.67/5 Łącznie 3 Oceny |
| Deweloper | https://www.gratify.chat |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |