Return Dislike for Youtube™

Extension Return Dislike for Youtube

What is Return Dislike for Youtube™?

Return Dislike for Youtube™ is a Chrome extension developed by Wizz Extensions, and its main feature is "Extension Return Dislike for Youtube".

Extension Screenshots

screenshot
screenshot

Download Return Dislike for Youtube™ Extension CRX File

Download Return Dislike for Youtube™ 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

                        Return YouTube Dislike - Pro
Return YouTube Dislike restores the ability to see dislikes on YouTube.

This extension aims to restore power to users by using a combination of archived like and dislike data, as well as the likes and dislikes made by extension users to show the most accurate ratings.                    

Extension Basic Information

Name Return Dislike for Youtube™ Return Dislike for Youtube™
ID nphpdenalmcdfmhfjkechmigkpijbmde
Official URL https://chrome.google.com/webstore/detail/return-dislike-for-youtub/nphpdenalmcdfmhfjkechmigkpijbmde
Description Extension Return Dislike for Youtube
File Size 38.67 KB
Installation Count 9,785
Current Version 1.1
Last Updated 2023-02-14
Publish Date 2022-11-24
Rating 4.72/5 Total 46 Ratings
Developer Wizz Extensions
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content-style.css"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ]
        },
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Extension Return Dislike for Youtube",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 3,
    "name": "Return Dislike for Youtube\u2122",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "ryd.script.js"
            ]
        },
        {
            "resources": [
                "injected_content.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}