View Count Hider for YouTube.com

Hides video view counts for YouTube.com.

What is View Count Hider for YouTube.com?

View Count Hider for YouTube.com is a Chrome extension developed by Avery Miller, and its main feature is "Hides video view counts for YouTube.com.".

Extension Screenshots

screenshot
screenshot

Download View Count Hider for YouTube.com Extension CRX File

Download View Count Hider for YouTube.com 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

                        The amount of views a video gets online isn't indicative of the video's quality. I've got tired of stressing out over view counts, so I made this extension in order to hide all video view counts from YouTube.com.

YouTube™ is a trademark of Google LLC. This extension is not endorsed or affiliated with YouTube™ or Google LLC.                    

Extension Basic Information

Name View Count Hider for YouTube.com View Count Hider for YouTube.com
ID eobpccgcmekkhidcgneehbcgkmbmjiad
Official URL https://chromewebstore.google.com/detail/view-count-hider-for-yout/eobpccgcmekkhidcgneehbcgkmbmjiad
Description Hides video view counts for YouTube.com.
File Size 7.36 KB
Installation Count 10,000
Current Version 1.2
Last Updated 2020-02-24
Publish Date 2020-02-22
Rating 4.33/5 Total 18 Ratings
Developer Avery Miller
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View Count Hider for YouTube.com",
    "description": "Hides video view counts for YouTube.com.",
    "version": "1.2",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "css.css"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.youtube.com\/*"
    ]
}