YouTube Comment Language Filter

Filter comments in language you want

Co to jest YouTube Comment Language Filter?

YouTube Comment Language Filter to rozszerzenie Chrome opracowane przez L4zyF0x, a jego główną funkcją jest „Filter comments in language you want”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia YouTube Comment Language Filter

Pobierz pliki rozszerzeń YouTube Comment Language Filter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        It helps you show the comments in only selected language.                    

Podstawowe informacje o rozszerzeniu

Nazwa YouTube Comment Language Filter YouTube Comment Language Filter
ID jdiikkhlhlgndjllhoinidnkbgkjfepe
Oficjalny URL https://chromewebstore.google.com/detail/youtube-comment-language/jdiikkhlhlgndjllhoinidnkbgkjfepe
Opis Filter comments in language you want
Rozmiar pliku 24.94 KB
Liczba instalacji 1,522
Aktualna Wersja 1.1.3
Ostatnia Aktualizacja 2021-04-29
Data Publikacji 2021-01-16
Ocena 3.75/5 Łącznie 8 Oceny
Deweloper L4zyF0x
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://github.com/joonas-yoon/ytcf
Obsługiwane Języki 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"
    ]
}