Youtube Hide Opinion

Hides number of likes and dislikes from Youtube

What is Youtube Hide Opinion?

Youtube Hide Opinion is a Chrome extension developed by KryDos, and its main feature is "Hides number of likes and dislikes from Youtube".

Extension Screenshots

screenshot

Download Youtube Hide Opinion Extension CRX File

Download Youtube Hide Opinion 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 extension hides likes and dislikes counters from Youtube. You still can up/down vote.                    

Extension Basic Information

Name Youtube Hide Opinion Youtube Hide Opinion
ID kmagnigdjocidngajmobbifcngjoejkm
Official URL https://chromewebstore.google.com/detail/youtube-hide-opinion/kmagnigdjocidngajmobbifcngjoejkm
Description Hides number of likes and dislikes from Youtube
File Size 5.23 KB
Installation Count 27
Current Version 1.4
Last Updated 2022-12-09
Publish Date 2020-01-08
Rating 4.25/5 Total 4 Ratings
Developer KryDos
Email [email protected]
Payment Type free
Extension Website https://github.com/krydos/youtube-ho
Help Page URL https://github.com/krydos/youtube-ho
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Hide Opinion",
    "version": "1.4",
    "description": "Hides number of likes and dislikes from Youtube",
    "icons": {
        "48": "icons\/youtuber.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "hide-opinion.js"
            ]
        }
    ],
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}