YouTube™ Chat Remover

Removes YouTube's live chat box

Co to jest YouTube™ Chat Remover?

YouTube™ Chat Remover to rozszerzenie Chrome opracowane przez nikosardas.dev, a jego główną funkcją jest „Removes YouTube's live chat box”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia YouTube™ Chat Remover

Pobierz pliki rozszerzeń YouTube™ Chat Remover 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

                        A toggle button for hiding YouTube's live chat box by default.                    

Podstawowe informacje o rozszerzeniu

Nazwa YouTube™ Chat Remover YouTube™ Chat Remover
ID epifmfofapbgjhakoppjalnhkciakpgj
Oficjalny URL https://chrome.google.com/webstore/detail/youtube-chat-remover/epifmfofapbgjhakoppjalnhkciakpgj
Opis Removes YouTube's live chat box
Rozmiar pliku 10.42 KB
Liczba instalacji 143
Aktualna Wersja 1.4.2
Ostatnia Aktualizacja 2022-02-09
Data Publikacji 2019-09-18
Ocena 4.00/5 Łącznie 4 Oceny
Deweloper nikosardas.dev
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://sites.google.com/view/nikosardas-dev/privacy
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube\u2122 Chat Remover",
    "manifest_version": 3,
    "version": "1.4.2",
    "description": "Removes YouTube's live chat box",
    "icons": {
        "128": "onIcon.png"
    },
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_icon": "onIcon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/"
    ]
}