Tubify - YouTube to Spotify

Easily Add Songs from YouTube to a Spotify Playlist

Tubify - YouTube to Spotify क्या है?

Tubify - YouTube to Spotify Christian Ayisi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily Add Songs from YouTube to a Spotify Playlist"।

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

screenshot
screenshot

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

crx प्रारूप में Tubify - YouTube to Spotify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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"
    }
}