Show YouTube Dislikes

The extension returns the display of the counter of dislikes under the video on the YouTube service

What is Show YouTube Dislikes?

Show YouTube Dislikes is a Chrome extension developed by chr0meyou123, and its main feature is "The extension returns the display of the counter of dislikes under the video on the YouTube service".

Extension Screenshots

screenshot
screenshot

Download Show YouTube Dislikes Extension CRX File

Download Show YouTube Dislikes 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 returns the display of the counter of dislikes under the video on the YouTube service                    

Extension Basic Information

Name Show YouTube Dislikes Show YouTube Dislikes
ID ediahdpmagmodocmhlmjdndhbdalnibo
Official URL https://chromewebstore.google.com/detail/show-youtube-dislikes/ediahdpmagmodocmhlmjdndhbdalnibo
Description The extension returns the display of the counter of dislikes under the video on the YouTube service
File Size 134 KB
Installation Count 61
Current Version 1.0.5
Last Updated 2023-01-11
Publish Date 2023-01-10
Developer chr0meyou123
Email [email protected]
Payment Type free
Supported Languages de,en,fr,tr,es,it,pt-BR,cs,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/diz128.png",
        "48": "icons\/diz48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "permissions": [
        "storage"
    ],
    "version": "1.0.5",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "ryd.script.js"
            ]
        }
    ]
}