DISlike-appeared

For the video material to be useful to you, you need to see the ratio of likes and dislikes on it. Isn't it? If so, then this…

What is DISlike-appeared?

DISlike-appeared is a Chrome extension developed by Denis P, and its main feature is "For the video material to be useful to you, you need to see the ratio of likes and dislikes on it. Isn't it? If so, then this…".

Extension Screenshots

screenshot

Download DISlike-appeared Extension CRX File

Download DISlike-appeared 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

                        For the video material to be useful to you, you need to see the ratio of likes and dislikes on it. Isn't it? If so, then this browser extension is here to show you hidden youtube dislikes. It is completely free and does not require additional installations!                    

Extension Basic Information

Name DISlike-appeared DISlike-appeared
ID icgkalfcngaljmakggdblfaldghodbbe
Official URL https://chromewebstore.google.com/detail/dislike-appeared/icgkalfcngaljmakggdblfaldghodbbe
Description For the video material to be useful to you, you need to see the ratio of likes and dislikes on it. Isn't it? If so, then this…
File Size 53.21 KB
Installation Count 10
Current Version 0.0.1
Last Updated 2022-04-18
Publish Date 2022-04-18
Rating 4.84/5 Total 25 Ratings
Developer Denis P
Email [email protected]
Payment Type free
Privacy Policy Page URL https://sites.google.com/view/termsandconditionsandprivacypo
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DISlike-appeared",
    "version": "0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "ryd.background.js"
    },
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "bundled-content-script.js"
            ],
            "css": [
                "content-style.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ryd.script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}