YouTube™ Chat Remover

Removes YouTube's live chat box

Wat is YouTube™ Chat Remover?

YouTube™ Chat Remover is een Chrome-extensie ontwikkeld door nikosardas.dev, en de belangrijkste functie is "Removes YouTube's live chat box".

Extensie Screenshots

Download het CRX-bestand van de extensie YouTube™ Chat Remover

Download YouTube™ Chat Remover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam YouTube™ Chat Remover YouTube™ Chat Remover
ID epifmfofapbgjhakoppjalnhkciakpgj
Officiële URL https://chrome.google.com/webstore/detail/youtube-chat-remover/epifmfofapbgjhakoppjalnhkciakpgj
Beschrijving Removes YouTube's live chat box
Bestandsgrootte 10.42 KB
Aantal Installaties 143
Huidige Versie 1.4.2
Laatst Bijgewerkt 2022-02-09
Publicatiedatum 2019-09-18
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar nikosardas.dev
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://sites.google.com/view/nikosardas-dev/privacy
Ondersteunde Talen 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\/"
    ]
}