Show YouTube Dislikes

Returns ability to see dislikes

Co to jest Show YouTube Dislikes?

Show YouTube Dislikes to rozszerzenie Chrome opracowane przez websystems33, a jego główną funkcją jest „Returns ability to see dislikes”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Show YouTube Dislikes

Pobierz pliki rozszerzeń Show YouTube Dislikes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        The extension returns the ability to see the number of dislikes on YouTube                    

Podstawowe informacje o rozszerzeniu

Nazwa Show YouTube Dislikes Show YouTube Dislikes
ID pnioamagjglclpkfmaimcfkmflhkjfch
Oficjalny URL https://chrome.google.com/webstore/detail/show-youtube-dislikes/pnioamagjglclpkfmaimcfkmflhkjfch
Opis Returns ability to see dislikes
Rozmiar pliku 46.23 KB
Liczba instalacji 3,580
Aktualna Wersja 1.0.7
Ostatnia Aktualizacja 2023-01-11
Data Publikacji 2022-10-19
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper websystems33
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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",
    "description": "__MSG_extensionDesc__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/diz128.png",
        "48": "icons\/diz48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "permissions": [
        "alarms",
        "declarativeNetRequest",
        "storage"
    ],
    "version": "1.0.7",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "ryd.script.js"
            ]
        }
    ]
}