YouTube Comment Language Filter

Filter comments in language you want

什么是YouTube Comment Language Filter?

YouTube Comment Language Filter是由L4zyF0x开发的Chrome扩展程序,该扩展的主要功能是“Filter comments in language you want”。

扩展截图

screenshot

下载YouTube Comment Language Filter扩展crx文件

下载YouTube Comment Language Filter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        It helps you show the comments in only selected language.                    

扩展基本信息

名称 YouTube Comment Language Filter YouTube Comment Language Filter
ID jdiikkhlhlgndjllhoinidnkbgkjfepe
官方URL https://chromewebstore.google.com/detail/youtube-comment-language/jdiikkhlhlgndjllhoinidnkbgkjfepe
简介 Filter comments in language you want
文件大小 24.94 KB
安装次数 1,522
当前版本 1.1.3
更新时间 2021-04-29
上架时间 2021-01-16
评分 3.75/5 共8次评分
开发者 L4zyF0x
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://github.com/joonas-yoon/ytcf
支持的语言 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"
    ]
}