Comments Search for Youtube

Search youtube comments by keywords.

ما هو Comments Search for Youtube؟

Comments Search for Youtube هو إضافة Chrome تم تطويرها بواسطة https://lett.app، والميزة الرئيسية لها هي "Search youtube comments by keywords.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Comments Search for Youtube

قم بتنزيل ملفات الامتداد Comments Search for Youtube بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Comments Search for Youtube Comments Search for Youtube
ID fbbhnhgdgjbfnkoiiedglmlnmleefjga
عنوان URL الرسمي https://chromewebstore.google.com/detail/comments-search-for-youtu/fbbhnhgdgjbfnkoiiedglmlnmleefjga
الوصف Search youtube comments by keywords.
حجم الملف 40.75 KB
عدد التثبيتات 1,428
النسخة الحالية 3.112
آخر تحديث 2024-02-14
تاريخ النشر 2022-09-30
تقييم 4.00/5 مجموع تقييمات 7
المطور https://lett.app
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://cs.lett.app
عنوان صفحة سياسة الخصوصية https://lett.app/privacy
اللغات المدعومة 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": []
}