YouTube Music Selection Search

Search for selected text in YouTube Music.

YouTube Music Selection Search क्या है?

YouTube Music Selection Search darmarco द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search for selected text in YouTube Music."।

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

screenshot

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

crx प्रारूप में YouTube Music Selection Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Use the context menu to search for YouTube Music from text selected on a web page.                    

एक्सटेंशन की मूल जानकारी

नाम YouTube Music Selection Search YouTube Music Selection Search
ID ihiboenbgflbaccgopgfkoeacabceiie
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-music-selection-s/ihiboenbgflbaccgopgfkoeacabceiie
विवरण Search for selected text in YouTube Music.
फ़ाइल का आकार 15.85 KB
स्थापना संख्या 37
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2021-10-03
प्रकाशन तिथि 2021-08-08
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर darmarco
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.darylmarco.com/
सहायता पृष्ठ URL http://www.darylmarco.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Music Selection Search",
    "version": "0.0.3",
    "description": "Search for selected text in YouTube Music.",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "images\/icon.png"
    },
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    }
}