Spotto

Connects Youtube with Spotify! Spotto makes it so that you can add music from Youtube to a spotify playlist.

Τι είναι το Spotto;

Το Spotto είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον RickyGian, και η κύρια λειτουργία του είναι "Connects Youtube with Spotify! Spotto makes it so that you can add music from Youtube to a spotify playlist.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Spotto

Λήψη αρχείων επέκτασης Spotto σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Just by clicking on your playlist the song playing on YouTube will be added to that Spotify playlist!

Let me set the scene for you, you are browsing YouTube and all of a sudden you discover a new song that fits your taste! Coincidentally you also use Spotify to listen to songs and so you want to add this newfound music straight into one of your playlists and so you open up Spotify, search for the song and then add it into a playlist. Annoying isn't it?

Well what if I told you that you can do all of that but within your browser without having to reach for your phone or open up Spotify? 
This is where Spotto comes in! Just login and straight away all your playlists will load giving you a quick and easy method to add the song that's currently being played on YouTube! Just click on the playlist that you want to insert the song into and soon that song will be right into that playlist!

Additionally Spotto enables you to quickly create a new playlist or undo the most recently added song!

This is the first version and will be subjected to change as I get feedback or have time to tinker with it. Please understand that there will be bugs or issues unfortunately due to the nature of searching between two different platforms.

Changelog:

v1.2.5 AWS Lambda integration and bug fixes:
-  running a Nodejs backend for API parsing through AWS Lambda
-  fixed issue where playlist name character counter was not counting correctly
-  fixed internal loading issues
-  added a 128x128 px logo

v1.1.5 First working version Chrome web store upload:
-  utilised this version to obtain feedback from beta users

Currently Spotto is compatible with songs in the language of:
- English 
- Korean                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Spotto Spotto
ID keibimcompdilakjckclfephfangnjop
Επίσημο URL https://chromewebstore.google.com/detail/spotto/keibimcompdilakjckclfephfangnjop
Περιγραφή Connects Youtube with Spotify! Spotto makes it so that you can add music from Youtube to a spotify playlist.
Μέγεθος Αρχείου 386 KB
Αριθμός Εγκαταστάσεων 107
Τρέχουσα Έκδοση 1.2.5
Τελευταία Ενημέρωση 2021-09-14
Ημερομηνία Δημοσίευσης 2021-08-22
Αξιολόγηση 4.69/5 Συνολικά 13 Αξιολογήσεις
Προγραμματιστής RickyGian
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spotto",
    "version": "1.2.5",
    "description": "Connects Youtube with Spotify! Spotto makes it so that you can add music from Youtube to a spotify playlist.",
    "manifest_version": 2,
    "background": {
        "scripts": [
            ".\/backend.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/SpottoChromeIcon (2).png",
        "default_popup": "popupSignIn.html"
    },
    "icons": {
        "128": "images\/128logo.png"
    },
    "permissions": [
        "identity",
        "storage",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/kit.fontawesome.com\/6446ee94a1.js; object-src 'self'"
}