YouTube Expose
Spot fake views on YouTube videos.
What is YouTube Expose?
YouTube Expose is a Chrome extension developed by https://www.gratify.chat, and its main feature is "Spot fake views on YouTube videos.".
Extension Screenshots
Download YouTube Expose Extension CRX File
Download YouTube Expose extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | YouTube Expose |
ID | ffjfaifbooopahgkakljlahlbgoldnhh |
Official URL | https://chromewebstore.google.com/detail/youtube-expose/ffjfaifbooopahgkakljlahlbgoldnhh |
Description | Spot fake views on YouTube videos. |
File Size | 31.57 KB |
Installation Count | 469 |
Current Version | 0.9.5 |
Last Updated | 2016-10-19 |
Publish Date | 2016-10-19 |
Rating | 3.67/5 Total 3 Ratings |
Developer | https://www.gratify.chat |
Payment Type | free |
Supported Languages | 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" ] } ] } |