Comments Search for Youtube

Search youtube comments by keywords.

Wat is Comments Search for Youtube?

Comments Search for Youtube is een Chrome-extensie ontwikkeld door https://lett.app, en de belangrijkste functie is "Search youtube comments by keywords.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Comments Search for Youtube

Download Comments Search for Youtube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Comments Search for Youtube Comments Search for Youtube
ID fbbhnhgdgjbfnkoiiedglmlnmleefjga
Officiële URL https://chromewebstore.google.com/detail/comments-search-for-youtu/fbbhnhgdgjbfnkoiiedglmlnmleefjga
Beschrijving Search youtube comments by keywords.
Bestandsgrootte 40.75 KB
Aantal Installaties 1,428
Huidige Versie 3.112
Laatst Bijgewerkt 2024-02-14
Publicatiedatum 2022-09-30
Beoordeling 4.00/5 Totaal 7 Beoordelingen
Ontwikkelaar https://lett.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://cs.lett.app
URL van de Privacybeleid Pagina https://lett.app/privacy
Ondersteunde Talen 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": []
}