YouTube™ Chat Remover
Removes YouTube's live chat box
What is YouTube™ Chat Remover?
YouTube™ Chat Remover is a Chrome extension developed by nikosardas.dev, and its main feature is "Removes YouTube's live chat box".
Extension Screenshots
Download YouTube™ Chat Remover Extension CRX File
Download YouTube™ Chat Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A toggle button for hiding YouTube's live chat box by default.
Extension Basic Information
Name | |
ID | epifmfofapbgjhakoppjalnhkciakpgj |
Official URL | https://chrome.google.com/webstore/detail/youtube-chat-remover/epifmfofapbgjhakoppjalnhkciakpgj |
Description | Removes YouTube's live chat box |
File Size | 10.42 KB |
Installation Count | 143 |
Current Version | 1.4.2 |
Last Updated | 2022-02-09 |
Publish Date | 2019-09-18 |
Rating | 4.00/5 Total 4 Ratings |
Developer | nikosardas.dev |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://sites.google.com/view/nikosardas-dev/privacy |
Supported Languages | 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\/" ] } |