Open in YouTube for YouTube Music

Chrome extension to add a "Open in YouTube" feature for YouTube Music

Open in YouTube for YouTube Music क्या है?

Open in YouTube for YouTube Music Lucas Riondel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension to add a "Open in YouTube" feature for YouTube Music"।

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

screenshot

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

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

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

                        Open in YouTube for YouTube Music is a Google Chrome that add items in YouTube Music's contextual menu that allows the user to navigate quickly to the linked YouTube ressources.

Known bugs :
- If the contextual menu is larger than the screen (forcing you to scroll to access items), added items won't work.                    

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

नाम Open in YouTube for YouTube Music Open in YouTube for YouTube Music
ID odekbjpmanmghgfppjdkbnechlkacojc
आधिकारिक URL https://chromewebstore.google.com/detail/open-in-youtube-for-youtu/odekbjpmanmghgfppjdkbnechlkacojc
विवरण Chrome extension to add a "Open in YouTube" feature for YouTube Music
फ़ाइल का आकार 17.42 KB
स्थापना संख्या 1,260
वर्तमान संस्करण 0.3
अंतिम अपडेट 2020-12-19
प्रकाशन तिथि 2020-05-03
रेटिंग 2.00/5 कुल 7 रेटिंग्स
डेवलपर Lucas Riondel
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open in YouTube for YouTube Music",
    "version": "0.3",
    "description": "Chrome extension to add a \"Open in YouTube\" feature for YouTube Music",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "https:\/\/music.youtube.com\/*"
            ]
        }
    ]
}