YouTube Comment Language Filter
Filter comments in language you want
Что такое YouTube Comment Language Filter?
YouTube Comment Language Filter - это расширение Chrome, разработанное L4zyF0x, и его основная функция - "Filter comments in language you want".
Снимки экрана расширения
Скачать файл CRX расширения YouTube Comment Language Filter
Скачайте файлы расширений YouTube Comment Language Filter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
It helps you show the comments in only selected language. Основная информация о расширении
| Название | |
| 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"
]
} | |