Comments Search for Youtube
Search youtube comments by keywords.
Cos'è Comments Search for Youtube?
Comments Search for Youtube è un'estensione di Chrome sviluppata da https://lett.app, e la sua funzione principale è "Search youtube comments by keywords.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Comments Search for Youtube
Scarica i file di estensione Comments Search for Youtube in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Comments Search for Youtube |
ID | fbbhnhgdgjbfnkoiiedglmlnmleefjga |
URL Ufficiale | https://chromewebstore.google.com/detail/comments-search-for-youtu/fbbhnhgdgjbfnkoiiedglmlnmleefjga |
Descrizione | Search youtube comments by keywords. |
Dimensione del File | 40.75 KB |
Conteggio Installazioni | 1,428 |
Versione Corrente | 3.112 |
Ultimo Aggiornamento | 2024-02-14 |
Data di Pubblicazione | 2022-09-30 |
Valutazione | 4.00/5 Totale 7 Valutazioni |
Sviluppatore | https://lett.app |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://cs.lett.app |
URL della Pagina della Politica sulla Privacy | https://lett.app/privacy |
Lingue Supportate | 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": [] } |