Spotify Scout

Highlight an artist to view their current top tracks, click any track for it to instantly play in Spotify.

Τι είναι το Spotify Scout;

Το Spotify Scout είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kurtstackhouse.com, και η κύρια λειτουργία του είναι "Highlight an artist to view their current top tracks, click any track for it to instantly play in Spotify.".

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

screenshot

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

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

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

                        "Scout" any artist by highlighting their name and right clicking to get a full list of their top tracks. Click any song to instantly play it in Spotify or click "Check out Artist" to go directly to their artist page.

*Has the option to be used with either the Spotify desktop or web player.

****NOTICE****
As of 5/29/2017 Spotify has made changes to their API and it breaks all current functionality for this extension :/ I can no longer search artists without having the user grant permissions using their Spotify account. This will require some annoying changes like making the user login when they first enable this extension. I will be working on implementing these changes as soon as possible and hope to get a new version out so the extension can go back to functioning as normal. Sorry for the inconvenience and I hope you can understand.

https://developer.spotify.com/news-stories/2017/01/27/removing-unauthenticated-calls-to-the-web-api/                    

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

Όνομα Spotify Scout Spotify Scout
ID genfiemikdbgokcnkldcnoddfpfjjgki
Επίσημο URL https://chrome.google.com/webstore/detail/spotify-scout/genfiemikdbgokcnkldcnoddfpfjjgki
Περιγραφή Highlight an artist to view their current top tracks, click any track for it to instantly play in Spotify.
Μέγεθος Αρχείου 57.8 KB
Αριθμός Εγκαταστάσεων 112
Τρέχουσα Έκδοση 0.0.9.2
Τελευταία Ενημέρωση 2017-05-30
Ημερομηνία Δημοσίευσης 2017-05-30
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής kurtstackhouse.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spotify Scout",
    "description": "Highlight an artist to view their current top tracks, click any track for it to instantly play in Spotify.",
    "version": "0.0.9.2",
    "icons": {
        "16": "images\/spotify-scout-16.png",
        "48": "images\/spotify-scout-48.png",
        "128": "images\/spotify-scout-128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "vendor\/jquery-2.1.3.min.js",
            "app\/background.js"
        ]
    },
    "options_page": "app\/options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "vendor\/jquery-2.1.3.min.js",
                "app\/content.js"
            ]
        }
    ],
    "manifest_version": 2
}