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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube Comment Language Filter |
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" ] } |