Youtube to Google Music

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

ما هو Youtube to Google Music؟

Youtube to Google Music هو إضافة Chrome تم تطويرها بواسطة jrmurray، والميزة الرئيسية لها هي "Adds button to youtube pages to search for song in google music".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Youtube to Google Music

قم بتنزيل ملفات الامتداد Youtube to Google Music بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
            ]
        }
    ]
}