YouTube Comment Language Filter

Filter comments in language you want

O que é YouTube Comment Language Filter?

YouTube Comment Language Filter é uma extensão do Chrome desenvolvida por L4zyF0x, e sua principal característica é "Filter comments in language you want".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YouTube Comment Language Filter

Baixe arquivos de extensão YouTube Comment Language 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

                        It helps you show the comments in only selected language.                    

Informações Básicas da Extensão

Nome YouTube Comment Language Filter YouTube Comment Language Filter
ID jdiikkhlhlgndjllhoinidnkbgkjfepe
URL Oficial https://chromewebstore.google.com/detail/youtube-comment-language/jdiikkhlhlgndjllhoinidnkbgkjfepe
Descrição Filter comments in language you want
Tamanho do Arquivo 24.94 KB
Contagem de Instalações 1,522
Versão Atual 1.1.3
Última Atualização 2021-04-29
Data de Publicação 2021-01-16
Classificação 3.75/5 Total de 8 Avaliações
Desenvolvedor L4zyF0x
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/joonas-yoon/ytcf
Idiomas Suportados en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_shortname__",
    "description": "__MSG_ext_description__",
    "version": "1.1.3",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/langs.js",
                "js\/bg.js",
                "js\/config.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "css\/style.css"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ]
}