YouTube to iTunes

Opens songs on YouTube directly in iTunes

ما هو YouTube to iTunes؟

YouTube to iTunes هو إضافة Chrome تم تطويرها بواسطة colecrouter1، والميزة الرئيسية لها هي "Opens songs on YouTube directly in iTunes".

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

screenshot

تحميل ملف CRX للإضافة YouTube to iTunes

قم بتنزيل ملفات الامتداد YouTube to iTunes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Simple Extension that finds the song you're listening to on YouTube, and opens it in iTunes. Press the button on the extension to view the button.                    

معلومات أساسية عن التمديد

الاسم YouTube to iTunes YouTube to iTunes
ID ljpocmpfgngfnfjgjeekeoeigdmjhikm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/youtube-to-itunes/ljpocmpfgngfnfjgjeekeoeigdmjhikm
الوصف Opens songs on YouTube directly in iTunes
حجم الملف 281 KB
عدد التثبيتات 1,000
النسخة الحالية 0.4
آخر تحديث 2019-03-04
تاريخ النشر 2019-03-04
تقييم 3.60/5 مجموع تقييمات 5
المطور colecrouter1
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube to iTunes",
    "manifest_version": 2,
    "version": "0.4",
    "description": "Opens songs on YouTube directly in iTunes",
    "icons": [],
    "browser_action": {
        "default_icon": "icons\/apple.png",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "jquery.js",
                "itunes1.js",
                "itunes2.js",
                "script.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/"
    ]
}