Tubify - YouTube to Spotify

Easily Add Songs from YouTube to a Spotify Playlist

Was ist Tubify - YouTube to Spotify?

Tubify - YouTube to Spotify ist eine Chrome-Erweiterung, die von Christian Ayisi entwickelt wurde, und ihr Hauptmerkmal ist "Easily Add Songs from YouTube to a Spotify Playlist".

Erweiterungsscreenshots

screenshot
screenshot

Tubify - YouTube to Spotify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tubify - YouTube to Spotify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Tubify - YouTube to Spotify Tubify - YouTube to Spotify
ID odjcdeedkbdeggimbfhpablpgmdphaem
Offizielle URL https://chromewebstore.google.com/detail/tubify-youtube-to-spotify/odjcdeedkbdeggimbfhpablpgmdphaem
Beschreibung Easily Add Songs from YouTube to a Spotify Playlist
Dateigröße 212 KB
Installationsanzahl 103
Aktuelle Version 1.2.1
Letztes Update 2022-11-15
Veröffentlichungsdatum 2021-08-13
Bewertung 4.67/5 Insgesamt 6 Bewertungen
Entwickler Christian Ayisi
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://docs.google.com/forms/d/e/1FAIpQLSeLJWyD0T9avKqq4py3AoJKpqNoLizBKluKzbR07plhMQVPGg/viewform?usp=sf_link
Unterstützte Sprachen 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"
    }
}