YouTube Comment Language Filter
Filter comments in language you want
Wat is YouTube Comment Language Filter?
YouTube Comment Language Filter is een Chrome-extensie ontwikkeld door L4zyF0x, en de belangrijkste functie is "Filter comments in language you want".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Comment Language Filter
Download YouTube Comment Language Filter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
It helps you show the comments in only selected language.
Basisinformatie over de Extensie
Naam | YouTube Comment Language Filter |
ID | jdiikkhlhlgndjllhoinidnkbgkjfepe |
Officiële URL | https://chromewebstore.google.com/detail/youtube-comment-language/jdiikkhlhlgndjllhoinidnkbgkjfepe |
Beschrijving | Filter comments in language you want |
Bestandsgrootte | 24.94 KB |
Aantal Installaties | 1,522 |
Huidige Versie | 1.1.3 |
Laatst Bijgewerkt | 2021-04-29 |
Publicatiedatum | 2021-01-16 |
Beoordeling | 3.75/5 Totaal 8 Beoordelingen |
Ontwikkelaar | L4zyF0x |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/joonas-yoon/ytcf |
Ondersteunde Talen | 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" ] } |