Show YouTube Dislikes

The extension returns the display of the counter of dislikes under the video on the YouTube service

Hvad er Show YouTube Dislikes?

Show YouTube Dislikes er en Chrome-udvidelse udviklet af chr0me.dev33, og dens hovedfunktion er "The extension returns the display of the counter of dislikes under the video on the YouTube service".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Show YouTube Dislikes-udvidelses-CRX-fil

Download Show YouTube Dislikes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        The extension returns the display of the counter of dislikes under the video on the YouTube service                    

Grundlæggende oplysninger om udvidelsen

Navn Show YouTube Dislikes Show YouTube Dislikes
ID nmkbjkaanoiojdinkkonemgoiapmhood
Officiel URL https://chrome.google.com/webstore/detail/show-youtube-dislikes/nmkbjkaanoiojdinkkonemgoiapmhood
Beskrivelse The extension returns the display of the counter of dislikes under the video on the YouTube service
Filstørrelse 50.81 KB
Antal Installationer 2,267
Nuværende Version 1.0.5
Senest Opdateret 2023-01-20
Udgivelsesdato 2022-12-23
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler chr0me.dev33
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://videofbsdk.name/privacy-policy.html
Understøttede Sprog de,en,fr,tr,es,it,pt-BR,cs,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/diz128.png",
        "48": "icons\/diz48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "permissions": [
        "storage"
    ],
    "version": "1.0.5",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "ryd.script.js"
            ]
        }
    ]
}