Comments Search for Youtube
Search youtube comments by keywords.
¿Qué es Comments Search for Youtube?
Comments Search for Youtube es una extensión de Chrome desarrollada por https://lett.app, y su función principal es "Search youtube comments by keywords.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Comments Search for Youtube
Descarga archivos de extensión Comments Search for Youtube en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Comments Search for Youtube |
ID | fbbhnhgdgjbfnkoiiedglmlnmleefjga |
URL Oficial | https://chromewebstore.google.com/detail/comments-search-for-youtu/fbbhnhgdgjbfnkoiiedglmlnmleefjga |
Descripción | Search youtube comments by keywords. |
Tamaño del Archivo | 40.75 KB |
Cantidad de Instalaciones | 1,428 |
Versión Actual | 3.112 |
Última Actualización | 2024-02-14 |
Fecha de Publicación | 2022-09-30 |
Calificación | 4.00/5 Total de 7 Calificaciones |
Desarrollador | https://lett.app |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://cs.lett.app |
URL de la Página de Política de Privacidad | https://lett.app/privacy |
Idiomas Soportados | 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": [] } |