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) Romkaq द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds a context menu option for selected text in order to find video related to the text"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Find on YouTube (Context Menu) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
गोपनीयता नीति पृष्ठ URL 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"
    }
}