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…

Wat is DISlike-appeared?

DISlike-appeared is een Chrome-extensie ontwikkeld door Denis P, en de belangrijkste functie 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…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DISlike-appeared

Download DISlike-appeared-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam DISlike-appeared DISlike-appeared
ID icgkalfcngaljmakggdblfaldghodbbe
Officiële URL https://chromewebstore.google.com/detail/dislike-appeared/icgkalfcngaljmakggdblfaldghodbbe
Beschrijving 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…
Bestandsgrootte 53.21 KB
Aantal Installaties 10
Huidige Versie 0.0.1
Laatst Bijgewerkt 2022-04-18
Publicatiedatum 2022-04-18
Beoordeling 4.84/5 Totaal 25 Beoordelingen
Ontwikkelaar Denis P
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/termsandconditionsandprivacypo
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}