Youtube on Spotify

Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too

ما هو Youtube on Spotify؟

Youtube on Spotify هو إضافة Chrome تم تطويرها بواسطة https://spotify-on-youtube.herokuapp.com، والميزة الرئيسية لها هي "Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Youtube on Spotify

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

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

                        A simple extension for Google Chrome that detects the track from your current played Youtube video. Open your favorite song on Spotify or save it to your library with a single click...
Read its lyrics too.                    

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

الاسم Youtube on Spotify Youtube on Spotify
ID ebjgbkabcnggfocfbjgeglelojkpeobk
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-on-spotify/ebjgbkabcnggfocfbjgeglelojkpeobk
الوصف Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too
حجم الملف 713 KB
عدد التثبيتات 237
النسخة الحالية 2.2
آخر تحديث 2022-12-14
تاريخ النشر 2020-06-08
تقييم 3.00/5 مجموع تقييمات 1
المطور https://spotify-on-youtube.herokuapp.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://spotify-on-youtube.herokuapp.com/
عنوان صفحة المساعدة http://spotify-on-youtube.herokuapp.com/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube on Spotify",
    "version": "2.2",
    "description": "Enjoy saving your current Youtube video song into your Spotify library with a single click, watch and read its lyrics too",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab",
        "https:\/\/spotify-on-youtube.herokuapp.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "app\/main.js"
            ]
        }
    ],
    "icons": {
        "128": "\/app\/assets\/128icon.png",
        "48": "\/app\/assets\/48icon.png",
        "32": "\/app\/assets\/32icon.png",
        "16": "\/app\/assets\/16icon.png"
    }
}