YouTube Comment Language Filter
Filter comments in language you want
What is YouTube Comment Language Filter?
YouTube Comment Language Filter is a Chrome extension developed by L4zyF0x, and its main feature is "Filter comments in language you want".
Extension Screenshots
Download YouTube Comment Language Filter Extension CRX File
Download YouTube Comment Language Filter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
It helps you show the comments in only selected language.
Extension Basic Information
Name | YouTube Comment Language Filter |
ID | jdiikkhlhlgndjllhoinidnkbgkjfepe |
Official URL | https://chromewebstore.google.com/detail/youtube-comment-language/jdiikkhlhlgndjllhoinidnkbgkjfepe |
Description | Filter comments in language you want |
File Size | 24.94 KB |
Installation Count | 1,522 |
Current Version | 1.1.3 |
Last Updated | 2021-04-29 |
Publish Date | 2021-01-16 |
Rating | 3.75/5 Total 8 Ratings |
Developer | L4zyF0x |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/joonas-yoon/ytcf |
Supported Languages | 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" ] } |