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…

Co to jest DISlike-appeared?

DISlike-appeared to rozszerzenie Chrome opracowane przez Denis P, a jego główną funkcją jest „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…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia DISlike-appeared

Pobierz pliki rozszerzeń DISlike-appeared 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

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa DISlike-appeared DISlike-appeared
ID icgkalfcngaljmakggdblfaldghodbbe
Oficjalny URL https://chromewebstore.google.com/detail/dislike-appeared/icgkalfcngaljmakggdblfaldghodbbe
Opis 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…
Rozmiar pliku 53.21 KB
Liczba instalacji 10
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2022-04-18
Data Publikacji 2022-04-18
Ocena 4.84/5 Łącznie 25 Oceny
Deweloper Denis P
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://sites.google.com/view/termsandconditionsandprivacypo
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}