YouTube Expose
Spot fake views on YouTube videos.
Was ist YouTube Expose?
YouTube Expose ist eine Chrome-Erweiterung, die von https://www.gratify.chat entwickelt wurde, und ihr Hauptmerkmal ist "Spot fake views on YouTube videos.".
Erweiterungsscreenshots
YouTube Expose-Erweiterungs-CRX-Datei herunterladen
Laden Sie YouTube Expose-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | YouTube Expose |
ID | ffjfaifbooopahgkakljlahlbgoldnhh |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-expose/ffjfaifbooopahgkakljlahlbgoldnhh |
Beschreibung | Spot fake views on YouTube videos. |
Dateigröße | 31.57 KB |
Installationsanzahl | 469 |
Aktuelle Version | 0.9.5 |
Letztes Update | 2016-10-19 |
Veröffentlichungsdatum | 2016-10-19 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | https://www.gratify.chat |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |