YouTube Expose
Spot fake views on YouTube videos.
Wat is YouTube Expose?
YouTube Expose is een Chrome-extensie ontwikkeld door https://www.gratify.chat, en de belangrijkste functie is "Spot fake views on YouTube videos.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Expose
Download YouTube Expose-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | ffjfaifbooopahgkakljlahlbgoldnhh |
| Officiële URL | https://chromewebstore.google.com/detail/youtube-expose/ffjfaifbooopahgkakljlahlbgoldnhh |
| Beschrijving | Spot fake views on YouTube videos. |
| Bestandsgrootte | 31.57 KB |
| Aantal Installaties | 469 |
| Huidige Versie | 0.9.5 |
| Laatst Bijgewerkt | 2016-10-19 |
| Publicatiedatum | 2016-10-19 |
| Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | https://www.gratify.chat |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |