Hide YouTube Likes

Hides the like/dislike bar on YouTube.

What is Hide YouTube Likes?

Hide YouTube Likes is a Chrome extension developed by Serdar Soy, and its main feature is "Hides the like/dislike bar on YouTube.".

Extension Screenshots

screenshot

Download Hide YouTube Likes Extension CRX File

Download Hide YouTube Likes 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

                        - Does NOT collect your data on YouTube.

- Pure CSS, no JavaScript.                    

Extension Basic Information

Name Hide YouTube Likes Hide YouTube Likes
ID fippbbekfgebopgjidjabfmckopkkodf
Official URL https://chrome.google.com/webstore/detail/hide-youtube-likes/fippbbekfgebopgjidjabfmckopkkodf
Description Hides the like/dislike bar on YouTube.
File Size 7.03 KB
Installation Count 111
Current Version 1.1
Last Updated 2017-04-28
Publish Date 2017-04-28
Rating 3.13/5 Total 23 Ratings
Developer Serdar Soy
Email [email protected]
Payment Type free
Privacy Policy Page URL https://serdar.work/chrome-extensions/privacy-policy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.1",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "mystyles.css"
            ]
        }
    ],
    "homepage_url": "http:\/\/gamevase.com"
}