YouTube™ Chat Remover
Removes YouTube's live chat box
什么是YouTube™ Chat Remover?
YouTube™ Chat Remover是由nikosardas.dev开发的Chrome扩展程序,该扩展的主要功能是“Removes YouTube's live chat box”。
扩展截图
下载YouTube™ Chat Remover扩展crx文件
下载YouTube™ Chat Remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A toggle button for hiding YouTube's live chat box by default.
扩展基本信息
名称 | |
ID | epifmfofapbgjhakoppjalnhkciakpgj |
官方URL | https://chrome.google.com/webstore/detail/youtube-chat-remover/epifmfofapbgjhakoppjalnhkciakpgj |
简介 | Removes YouTube's live chat box |
文件大小 | 10.42 KB |
安装次数 | 143 |
当前版本 | 1.4.2 |
更新时间 | 2022-02-09 |
上架时间 | 2019-09-18 |
评分 | 4.00/5 共4次评分 |
开发者 | nikosardas.dev |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://sites.google.com/view/nikosardas-dev/privacy |
支持的语言 | 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\/" ] } |