YouTube Comment Language Filter

Filter comments in language you want

Cos'è YouTube Comment Language Filter?

YouTube Comment Language Filter è un'estensione di Chrome sviluppata da L4zyF0x, e la sua funzione principale è "Filter comments in language you want".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YouTube Comment Language Filter

Scarica i file di estensione YouTube Comment Language Filter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        It helps you show the comments in only selected language.                    

Informazioni di Base sull'Estensione

Nome YouTube Comment Language Filter YouTube Comment Language Filter
ID jdiikkhlhlgndjllhoinidnkbgkjfepe
URL Ufficiale https://chromewebstore.google.com/detail/youtube-comment-language/jdiikkhlhlgndjllhoinidnkbgkjfepe
Descrizione Filter comments in language you want
Dimensione del File 24.94 KB
Conteggio Installazioni 1,522
Versione Corrente 1.1.3
Ultimo Aggiornamento 2021-04-29
Data di Pubblicazione 2021-01-16
Valutazione 3.75/5 Totale 8 Valutazioni
Sviluppatore L4zyF0x
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/joonas-yoon/ytcf
Lingue Supportate 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"
    ]
}