Find on YouTube (Context Menu)

This extension adds a context menu option for selected text in order to find video related to the text

ما هو Find on YouTube (Context Menu)؟

Find on YouTube (Context Menu) هو إضافة Chrome تم تطويرها بواسطة Romkaq، والميزة الرئيسية لها هي "This extension adds a context menu option for selected text in order to find video related to the text".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Find on YouTube (Context Menu)

قم بتنزيل ملفات الامتداد Find on YouTube (Context Menu) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This simple extension adds context menu for selected text to search in youtube.com.                    

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

الاسم Find on YouTube (Context Menu) Find on YouTube (Context Menu)
ID agpgbopfbmfklefdodadbcengmimldpb
عنوان URL الرسمي https://chromewebstore.google.com/detail/find-on-youtube-context-m/agpgbopfbmfklefdodadbcengmimldpb
الوصف This extension adds a context menu option for selected text in order to find video related to the text
حجم الملف 7.01 KB
عدد التثبيتات 518
النسخة الحالية 2.2
آخر تحديث 2022-06-18
تاريخ النشر 2021-07-03
تقييم 5.00/5 مجموع تقييمات 5
المطور Romkaq
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://rq-dev.github.io/chrome-extensions-privacy-policy
اللغات المدعومة en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "2.2",
    "default_locale": "en",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "script.js"
    },
    "icons": {
        "128": "icon128.png"
    }
}