Open YouTube Dislikes

Returns YouTube dislikes for all videos, powered by archived data and machine learning.

What is Open YouTube Dislikes?

Open YouTube Dislikes is a Chrome extension developed by Gustav, and its main feature is "Returns YouTube dislikes for all videos, powered by archived data and machine learning.".

Extension Screenshots

screenshot

Download Open YouTube Dislikes Extension CRX File

Download Open 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

                                            

Extension Basic Information

Name Open YouTube Dislikes Open YouTube Dislikes
ID ncdbokbicfmcagdonblpnggbgelbmcde
Official URL https://chrome.google.com/webstore/detail/open-youtube-dislikes/ncdbokbicfmcagdonblpnggbgelbmcde
Description Returns YouTube dislikes for all videos, powered by archived data and machine learning.
File Size 30.33 KB
Installation Count 226
Current Version 1.0.4
Last Updated 2022-01-08
Publish Date 2022-01-08
Rating 1.80/5 Total 5 Ratings
Developer Gustav
Email [email protected]
Payment Type free
Extension Website https://github.com/dkgv/open-youtube-dislikes
Help Page URL https://github.com/dkgv/open-youtube-dislikes/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Returns YouTube dislikes for all videos, powered by archived data and machine learning.",
    "manifest_version": 2,
    "name": "Open YouTube Dislikes",
    "version": "1.0.4",
    "homepage_url": "https:\/\/github.com\/dkgv\/open-youtube-dislikes",
    "icons": {
        "48": "icons\/icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/watch?*"
            ],
            "js": [
                "helpers.js",
                "open-youtube-dislikes.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/gustavvy.com\/*"
    ],
    "background": {
        "scripts": [
            "helpers.js",
            "background.js"
        ]
    }
}