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文件
下载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": [] } |