Comments Search for Youtube

Search youtube comments by keywords.

Vad är Comments Search for Youtube?

Comments Search for Youtube är en Chrome-tillägg utvecklad av https://lett.app, och dess huvudfunktion är "Search youtube comments by keywords.".

Tilläggsskärmbilder

screenshot

Ladda ner Comments Search for Youtube-förlängningens CRX-fil

Ladda ner Comments Search for Youtube-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Comments Search for Youtube Comments Search for Youtube
ID fbbhnhgdgjbfnkoiiedglmlnmleefjga
Officiell webbadress https://chromewebstore.google.com/detail/comments-search-for-youtu/fbbhnhgdgjbfnkoiiedglmlnmleefjga
Beskrivning Search youtube comments by keywords.
Filstorlek 40.75 KB
Antal Installationer 1,428
Aktuell Version 3.112
Senast Uppdaterad 2024-02-14
Publiceringsdatum 2022-09-30
Betyg 4.00/5 Totalt 7 Betyg
Utvecklare https://lett.app
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://cs.lett.app
URL till Sekretesspolicy Sidan https://lett.app/privacy
Stödda Språk 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": []
}