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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |