Comments Search for Youtube
Search youtube comments by keywords.
What is Comments Search for Youtube?
Comments Search for Youtube is a Chrome extension developed by https://lett.app, and its main feature is "Search youtube comments by keywords.".
Extension Screenshots
Download Comments Search for Youtube Extension CRX File
Download Comments Search for Youtube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Comments Search for Youtube |
ID | fbbhnhgdgjbfnkoiiedglmlnmleefjga |
Official URL | https://chromewebstore.google.com/detail/comments-search-for-youtu/fbbhnhgdgjbfnkoiiedglmlnmleefjga |
Description | Search youtube comments by keywords. |
File Size | 40.75 KB |
Installation Count | 1,428 |
Current Version | 3.112 |
Last Updated | 2024-02-14 |
Publish Date | 2022-09-30 |
Rating | 4.00/5 Total 7 Ratings |
Developer | https://lett.app |
[email protected] | |
Payment Type | free |
Extension Website | https://cs.lett.app |
Privacy Policy Page URL | https://lett.app/privacy |
Supported Languages | 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": [] } |