Comments Search for Youtube
Search youtube comments by keywords.
Hvad er Comments Search for Youtube?
Comments Search for Youtube er en Chrome-udvidelse udviklet af https://lett.app, og dens hovedfunktion er "Search youtube comments by keywords.".
Udvidelsesskærmbilleder
Download Comments Search for Youtube-udvidelses-CRX-fil
Download Comments Search for Youtube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fbbhnhgdgjbfnkoiiedglmlnmleefjga |
| Officiel URL | https://chromewebstore.google.com/detail/comments-search-for-youtu/fbbhnhgdgjbfnkoiiedglmlnmleefjga |
| Beskrivelse | Search youtube comments by keywords. |
| Filstørrelse | 40.75 KB |
| Antal Installationer | 1,428 |
| Nuværende Version | 3.112 |
| Senest Opdateret | 2024-02-14 |
| Udgivelsesdato | 2022-09-30 |
| Bedømmelse | 4.00/5 Samlet 7 Bedømmelser |
| Udvikler | https://lett.app |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://cs.lett.app |
| URL til Fortrolighedspolitik Side | https://lett.app/privacy |
| Understøttede Sprog | 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": []
} | |