Tubify - YouTube to Spotify

Easily Add Songs from YouTube to a Spotify Playlist

ما هو Tubify - YouTube to Spotify؟

Tubify - YouTube to Spotify هو إضافة Chrome تم تطويرها بواسطة Christian Ayisi، والميزة الرئيسية لها هي "Easily Add Songs from YouTube to a Spotify Playlist".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Tubify - YouTube to Spotify

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

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

                        Tubify supports all languages and is the most accurate extension for adding a song on YouTube to your Spotify playlist with a single click of a button. 

How to use: 

1. After installation, click the Extension puzzle icon in your 
Chrome browser next to your profile picture.
2. Pin the extension
3. Find your favorite song on YouTube, click the Tubify extension, then click the "Add to Spotify Playlist" button. 
4. Song is added to your "Tubify" playlist on Spotify.                    

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

الاسم Tubify - YouTube to Spotify Tubify - YouTube to Spotify
ID odjcdeedkbdeggimbfhpablpgmdphaem
عنوان URL الرسمي https://chromewebstore.google.com/detail/tubify-youtube-to-spotify/odjcdeedkbdeggimbfhpablpgmdphaem
الوصف Easily Add Songs from YouTube to a Spotify Playlist
حجم الملف 212 KB
عدد التثبيتات 103
النسخة الحالية 1.2.1
آخر تحديث 2022-11-15
تاريخ النشر 2021-08-13
تقييم 4.67/5 مجموع تقييمات 6
المطور Christian Ayisi
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة المساعدة https://docs.google.com/forms/d/e/1FAIpQLSeLJWyD0T9avKqq4py3AoJKpqNoLizBKluKzbR07plhMQVPGg/viewform?usp=sf_link
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tubify - YouTube to Spotify",
    "description": "Easily Add Songs from YouTube to a Spotify Playlist",
    "version": "1.2.1",
    "icons": {
        "128": "images\/icon_128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}