Spotify URL Parser

Converts Spotify URLs into URIs and opens them in the Spotify app.

Τι είναι το Spotify URL Parser;

Το Spotify URL Parser είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Travis Straub, και η κύρια λειτουργία του είναι "Converts Spotify URLs into URIs and opens them in the Spotify app.".

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

screenshot

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

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

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

                        When you click on a Spotify link wherever it may be, it brings you to the Spotify website, and from there you have to click 4-5 separate times to get the link to open in the desktop app. This extension converts the Spotify URL to the Spotify URI and opens in Spotify automatically. The first time you run the extension, it will ask you where you want to open it, if you select "Spotify" and tell it not to ask you again, Spotify will open automatically when a link is clicked.                    

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

Όνομα Spotify URL Parser Spotify URL Parser
ID ifanbdlamoiiaklibabmofmckkjgfmon
Επίσημο URL https://chromewebstore.google.com/detail/spotify-url-parser/ifanbdlamoiiaklibabmofmckkjgfmon
Περιγραφή Converts Spotify URLs into URIs and opens them in the Spotify app.
Μέγεθος Αρχείου 10.6 KB
Αριθμός Εγκαταστάσεων 43
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2020-02-02
Ημερομηνία Δημοσίευσης 2020-02-01
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Travis Straub
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://tstraub.io
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Spotify URL Parser",
    "version": "1.0",
    "description": "Converts Spotify URLs into URIs and opens them in the Spotify app.",
    "icons": {
        "48": "icons\/sup48.png",
        "96": "icons\/sup96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.spotify.com\/*"
            ],
            "js": [
                "SpotifyURLParser.js"
            ]
        }
    ]
}