Show YouTube Dislikes

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

Co je Show YouTube Dislikes?

Show YouTube Dislikes je rozšíření Chrome vyvinuté chr0me.dev33, a jeho hlavní funkcí je „The extension returns the display of the counter of dislikes under the video on the YouTube service“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Show YouTube Dislikes

Stáhněte si soubory rozšíření Show YouTube Dislikes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Show YouTube Dislikes Show YouTube Dislikes
ID nmkbjkaanoiojdinkkonemgoiapmhood
Oficiální URL https://chrome.google.com/webstore/detail/show-youtube-dislikes/nmkbjkaanoiojdinkkonemgoiapmhood
Popis The extension returns the display of the counter of dislikes under the video on the YouTube service
Velikost souboru 50.81 KB
Počet instalací 2,267
Aktuální Verze 1.0.5
Poslední Aktualizace 2023-01-20
Datum Vydání 2022-12-23
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář chr0me.dev33
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://videofbsdk.name/privacy-policy.html
Podporované Jazyky 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"
            ]
        }
    ]
}