Youtube to Google Music

Adds button to youtube pages to search for song in google music

Youtube to Google Music क्या है?

Youtube to Google Music jrmurray द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds button to youtube pages to search for song in google music"।

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

screenshot
screenshot

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

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

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

                        Simple extension that adds a button to youtube videos that will open a new tab of google music with the song title searched.                    

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

नाम Youtube to Google Music Youtube to Google Music
ID dcoljlfaeahfnjgeajeakopfgpaoadmc
आधिकारिक URL https://chromewebstore.google.com/detail/youtube-to-google-music/dcoljlfaeahfnjgeajeakopfgpaoadmc
विवरण Adds button to youtube pages to search for song in google music
फ़ाइल का आकार 13.59 KB
स्थापना संख्या 743
वर्तमान संस्करण 0.1
अंतिम अपडेट 2016-10-05
प्रकाशन तिथि 2016-10-04
रेटिंग 2.83/5 कुल 6 रेटिंग्स
डेवलपर jrmurray
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube to Google Music",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Adds button to youtube pages to search for song in google music",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/www.youtube.com\/watch?v=*",
        "http:\/\/www.youtube.com\/watch?v=*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=*",
                "http:\/\/www.youtube.com\/watch?v=*"
            ],
            "css": [
                "inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=*",
                "http:\/\/www.youtube.com\/watch?v=*"
            ],
            "js": [
                "inject\/inject.js"
            ]
        }
    ]
}