YouTube™ Chat Remover

Removes YouTube's live chat box

Was ist YouTube™ Chat Remover?

YouTube™ Chat Remover ist eine Chrome-Erweiterung, die von nikosardas.dev entwickelt wurde, und ihr Hauptmerkmal ist "Removes YouTube's live chat box".

Erweiterungsscreenshots

YouTube™ Chat Remover-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube™ Chat Remover-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name YouTube™ Chat Remover YouTube™ Chat Remover
ID epifmfofapbgjhakoppjalnhkciakpgj
Offizielle URL https://chrome.google.com/webstore/detail/youtube-chat-remover/epifmfofapbgjhakoppjalnhkciakpgj
Beschreibung Removes YouTube's live chat box
Dateigröße 10.42 KB
Installationsanzahl 143
Aktuelle Version 1.4.2
Letztes Update 2022-02-09
Veröffentlichungsdatum 2019-09-18
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler nikosardas.dev
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://sites.google.com/view/nikosardas-dev/privacy
Unterstützte Sprachen 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\/"
    ]
}