Return YouTube Dislike Count™

Show Youtube Dislike Count Again!

What is Return YouTube Dislike Count™?

Return YouTube Dislike Count™ is a Chrome extension developed by w3technic, and its main feature is "Show Youtube Dislike Count Again!".

Extension Screenshots

screenshot

Download Return YouTube Dislike Count™ Extension CRX File

Download Return YouTube Dislike 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

                        Returns dislikes and ratio back to YouTube
This extension returns dislikes and a ratio back to YouTube for those who have been censored by Google in their experiment

- Added dislike count
- Added ratio
- Added detailed information [likes/dislikes]                    

Extension Basic Information

Name Return YouTube Dislike Count™ Return YouTube Dislike Count™
ID khilmfjhfhdigjjeajfofflkehemimkn
Official URL https://chrome.google.com/webstore/detail/return-youtube-dislike-co/khilmfjhfhdigjjeajfofflkehemimkn
Description Show Youtube Dislike Count Again!
File Size 20.63 KB
Installation Count 3,794
Current Version 2.0.0.2
Last Updated 2021-12-15
Publish Date 2021-12-12
Rating 3.28/5 Total 29 Ratings
Developer w3technic
Email [email protected]
Payment Type free
Extension Website https://www.w3technic.com/free-chrome-extensions/return-youtube-dislike-count-chrome-extension/
Help Page URL https://www.w3technic.com/free-chrome-extensions/return-youtube-dislike-count-chrome-extension/
Privacy Policy Page URL https://w3technic.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Return YouTube Dislike Count\u2122",
    "description": "Show Youtube Dislike Count Again!",
    "version": "2.0.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "ryd.background.js"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "ryd.content-script.js",
                "ryd.tools.js",
                "\/init\/init.js"
            ],
            "css": [
                "content-style.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ryd.script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}