Return Youtube Dislike Count

Returns the ability to see dislikes on the YouTube service

Co to jest Return Youtube Dislike Count?

Return Youtube Dislike Count to rozszerzenie Chrome opracowane przez hank.ventura.1958, a jego główną funkcją jest „Returns the ability to see dislikes on the YouTube service”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Return Youtube Dislike Count

Pobierz pliki rozszerzeń Return Youtube Dislike Count 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

                        Returns the ability to see dislikes on the YouTube service                    

Podstawowe informacje o rozszerzeniu

Nazwa Return Youtube Dislike Count Return Youtube Dislike Count
ID ffclgifakkkclleojomcjngkedfmhjfl
Oficjalny URL https://chromewebstore.google.com/detail/return-youtube-dislike-co/ffclgifakkkclleojomcjngkedfmhjfl
Opis Returns the ability to see dislikes on the YouTube service
Rozmiar pliku 47.12 KB
Liczba instalacji 389
Aktualna Wersja 1.0.7
Ostatnia Aktualizacja 2022-12-13
Data Publikacji 2022-12-12
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper hank.ventura.1958
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",
    "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.7",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "ryd.script.js"
            ]
        }
    ]
}