Comments Search for Youtube
Search youtube comments by keywords.
O que é Comments Search for Youtube?
Comments Search for Youtube é uma extensão do Chrome desenvolvida por https://lett.app, e sua principal característica é "Search youtube comments by keywords.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Comments Search for Youtube
Baixe arquivos de extensão Comments Search for Youtube no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Comments Search for Youtube |
ID | fbbhnhgdgjbfnkoiiedglmlnmleefjga |
URL Oficial | https://chromewebstore.google.com/detail/comments-search-for-youtu/fbbhnhgdgjbfnkoiiedglmlnmleefjga |
Descrição | Search youtube comments by keywords. |
Tamanho do Arquivo | 40.75 KB |
Contagem de Instalações | 1,428 |
Versão Atual | 3.112 |
Última Atualização | 2024-02-14 |
Data de Publicação | 2022-09-30 |
Classificação | 4.00/5 Total de 7 Avaliações |
Desenvolvedor | https://lett.app |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://cs.lett.app |
URL da Página de Política de Privacidade | https://lett.app/privacy |
Idiomas Suportados | 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": [] } |