Hide YouTube Comments

Hides all user comments on YouTube. There is no option or button to show the comments again.

Co to jest Hide YouTube Comments?

Hide YouTube Comments to rozszerzenie Chrome opracowane przez Extensions, a jego główną funkcją jest „Hides all user comments on YouTube. There is no option or button to show the comments again.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hide YouTube Comments

Pobierz pliki rozszerzeń Hide YouTube Comments 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

                        Hides all user comments on YouTube. There is no option or button to show the comments again.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hide YouTube Comments Hide YouTube Comments
ID hdlhdkchhhieipniibccdefnoobiaapf
Oficjalny URL https://chrome.google.com/webstore/detail/hide-youtube-comments/hdlhdkchhhieipniibccdefnoobiaapf
Opis Hides all user comments on YouTube. There is no option or button to show the comments again.
Rozmiar pliku 9.26 KB
Liczba instalacji 350
Aktualna Wersja 2
Ostatnia Aktualizacja 2023-03-19
Data Publikacji 2021-03-31
Ocena 5.00/5 Łącznie 16 Oceny
Deweloper Extensions
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności http://sites.google.com/view/capcut-privacy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hide YouTube Comments",
    "version": "2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "css": [
                "youtube.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    }
}