YouTube View Stats
Enable percentage likes/votes of youtube videos.
What is YouTube View Stats?
YouTube View Stats is a Chrome extension developed by system.unplugged, and its main feature is "Enable percentage likes/votes of youtube videos.".
Extension Screenshots
Download YouTube View Stats Extension CRX File
Download YouTube View Stats 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
Extension Basic Information
Name | |
ID | fpgiidekjpkheojggfjnilekmgklfdkb |
Official URL | https://chrome.google.com/webstore/detail/youtube-view-stats/fpgiidekjpkheojggfjnilekmgklfdkb |
Description | Enable percentage likes/votes of youtube videos. |
File Size | 48.02 KB |
Installation Count | 598 |
Current Version | 0.0.1 |
Last Updated | 2017-04-07 |
Publish Date | 2017-04-07 |
Rating | 1.00/5 Total 2 Ratings |
Developer | system.unplugged |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube View Stats", "version": "0.0.1", "description": "Enable percentage likes\/votes of youtube videos.", "icons": { "16": "icon16.png", "48": "icon16.png", "128": "icon16.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "jquery.js", "content.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ] } |