Comments Search for Youtube
Search youtube comments by keywords.
Comments Search for Youtubeคืออะไร?
Comments Search for Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://lett.app และคุณลักษณะหลักของมันคือ "Search youtube comments by keywords."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Comments Search for Youtube
ดาวน์โหลดไฟล์ส่วนขยาย Comments Search for Youtube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Comments Search for Youtube allows you to search youtube comments without leaving the site, saving you time and enhancing your watch experience. How to use: Go to any Youtube video and hit Ctrl+S or click the extension icon.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Comments Search for Youtube |
ID | fbbhnhgdgjbfnkoiiedglmlnmleefjga |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/comments-search-for-youtu/fbbhnhgdgjbfnkoiiedglmlnmleefjga |
คำอธิบาย | Search youtube comments by keywords. |
ขนาดไฟล์ | 40.75 KB |
จำนวนการติดตั้ง | 1,428 |
เวอร์ชันปัจจุบัน | 3.112 |
อัปเดตครั้งล่าสุด | 2024-02-14 |
วันที่เผยแพร่ | 2022-09-30 |
คะแนน | 4.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | https://lett.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://cs.lett.app |
URL หน้านโยบายความเป็นส่วนตัว | https://lett.app/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "3.112", "minimum_chrome_version": "98", "name": "Comments Search for Youtube", "description": "Search youtube comments by keywords.", "icons": { "32": "\/assets\/icon32.png", "128": "\/assets\/icon.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "externally_connectable": { "matches": [ "https:\/\/api.lett.app\/*" ] }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "\/html\/style.css" ], "js": [ "\/js\/content.js" ] } ], "background": { "service_worker": "\/js\/worker.js" }, "web_accessible_resources": [ { "resources": [ "html\/*" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ], "action": [] } |