YouTube Members' Chat Filter
Adds a menu to the YouTube chat section where only chats by members are visible.
O que é YouTube Members' Chat Filter?
YouTube Members' Chat Filter é uma extensão do Chrome desenvolvida por kudohamu, e sua principal característica é "Adds a menu to the YouTube chat section where only chats by members are visible.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Members' Chat Filter
Baixe arquivos de extensão YouTube Members' Chat Filter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Add a menu to the YouTube chat section to show only members' chats. Many of the users who troll or chat unpleasantly on YouTube are users who are not fans of the streamer enough to become members. This extension will help keep your mental health clean by allowing you to see only members' chats.
Informações Básicas da Extensão
Nome | YouTube Members' Chat Filter |
ID | dhmbhehcgemcdcjlfmigebgdjjnconhi |
URL Oficial | https://chromewebstore.google.com/detail/youtube-members-chat-filt/dhmbhehcgemcdcjlfmigebgdjjnconhi |
Descrição | Adds a menu to the YouTube chat section where only chats by members are visible. |
Tamanho do Arquivo | 11.91 KB |
Contagem de Instalações | 428 |
Versão Atual | 1.0.0 |
Última Atualização | 2021-06-04 |
Data de Publicação | 2021-05-16 |
Classificação | 5.00/5 Total de 4 Avaliações |
Desenvolvedor | kudohamu |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/kudohamu/youtube-members-chat-filter-extension |
Idiomas Suportados | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Members' Chat Filter", "version": "1.0.0", "description": "__MSG_ext_desc__", "default_locale": "en", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/live_chat?*", "https:\/\/www.youtube.com\/live_chat_replay?*" ], "all_frames": true, "js": [ "content.js" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ { "resources": [ "resources\/icon.svg" ], "matches": [ " |