Comments Search for Youtube
Search youtube comments by keywords.
Comments Search for Youtube란 무엇입니까?
Comments Search for Youtube은(는) https://lett.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search youtube comments by keywords."입니다.
확장 프로그램 스크린샷
Comments Search for Youtube 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [] } |