Youtube View Count
Records personal view count for YouTube videos and displays it alongside aggregate view count per video.
What is Youtube View Count?
Youtube View Count is a Chrome extension developed by Unknown, and its main feature is "Records personal view count for YouTube videos and displays it alongside aggregate view count per video.".
Download Youtube View Count Extension CRX File
Download Youtube View Count 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
Records personal view count for YouTube videos and displays it alongside aggregate view count per video.
Extension Basic Information
Name | Youtube View Count |
ID | bjlmlgdemeigjojbpmlndcdbddfijckd |
Official URL | https://chromewebstore.google.com/detail/youtube-view-count/bjlmlgdemeigjojbpmlndcdbddfijckd |
Description | Records personal view count for YouTube videos and displays it alongside aggregate view count per video. |
File Size | 3.63 KB |
Installation Count | 118 |
Current Version | 0.1 |
Last Updated | 2017-07-23 |
Publish Date | 2017-07-23 |
Rating | 3.00/5 Total 3 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube View Count", "version": "0.1", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ] } |