YouTube™ Chat Remover

Removes YouTube's live chat box

Vad är YouTube™ Chat Remover?

YouTube™ Chat Remover är en Chrome-tillägg utvecklad av nikosardas.dev, och dess huvudfunktion är "Removes YouTube's live chat box".

Tilläggsskärmbilder

Ladda ner YouTube™ Chat Remover-förlängningens CRX-fil

Ladda ner YouTube™ Chat Remover-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn YouTube™ Chat Remover YouTube™ Chat Remover
ID epifmfofapbgjhakoppjalnhkciakpgj
Officiell webbadress https://chrome.google.com/webstore/detail/youtube-chat-remover/epifmfofapbgjhakoppjalnhkciakpgj
Beskrivning Removes YouTube's live chat box
Filstorlek 10.42 KB
Antal Installationer 143
Aktuell Version 1.4.2
Senast Uppdaterad 2022-02-09
Publiceringsdatum 2019-09-18
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare nikosardas.dev
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://sites.google.com/view/nikosardas-dev/privacy
Stödda Språk 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\/"
    ]
}