Comments Search for Youtube
Search youtube comments by keywords.
Co je Comments Search for Youtube?
Comments Search for Youtube je rozšíření Chrome vyvinuté https://lett.app, a jeho hlavní funkcí je „Search youtube comments by keywords.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Comments Search for Youtube
Stáhněte si soubory rozšíření Comments Search for Youtube ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Comments Search for Youtube |
ID | fbbhnhgdgjbfnkoiiedglmlnmleefjga |
Oficiální URL | https://chromewebstore.google.com/detail/comments-search-for-youtu/fbbhnhgdgjbfnkoiiedglmlnmleefjga |
Popis | Search youtube comments by keywords. |
Velikost souboru | 40.75 KB |
Počet instalací | 1,428 |
Aktuální Verze | 3.112 |
Poslední Aktualizace | 2024-02-14 |
Datum Vydání | 2022-09-30 |
Hodnocení | 4.00/5 Celkem 7 Hodnocení |
Vývojář | https://lett.app |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://cs.lett.app |
URL Stránky Zásad Ochrany Soukromí | https://lett.app/privacy |
Podporované Jazyky | 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": [] } |