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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}