Open Spotify Desktop App
Automatically opens the Desktop Spotify app for open.spotify.com links.
Τι είναι το Open Spotify Desktop App;
Το Open Spotify Desktop App είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον thom801, και η κύρια λειτουργία του είναι "Automatically opens the Desktop Spotify app for open.spotify.com links.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Open Spotify Desktop App
Λήψη αρχείων επέκτασης Open Spotify Desktop App σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
When you click a link to open Spotify on your computer you are normally taken to the website and then have to take a few more steps to open the app. This extension will open the song, album, or playlist in the native app for you instantly.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Open Spotify Desktop App |
ID | ccilmbdijoknlfpepncnebjkiclplhig |
Επίσημο URL | https://chromewebstore.google.com/detail/open-spotify-desktop-app/ccilmbdijoknlfpepncnebjkiclplhig |
Περιγραφή | Automatically opens the Desktop Spotify app for open.spotify.com links. |
Μέγεθος Αρχείου | 8.13 KB |
Αριθμός Εγκαταστάσεων | 4,824 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2021-01-12 |
Ημερομηνία Δημοσίευσης | 2021-01-12 |
Αξιολόγηση | 4.64/5 Συνολικά 11 Αξιολογήσεις |
Προγραμματιστής | thom801 |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Spotify Desktop App", "version": "1.0", "description": "Automatically opens the Desktop Spotify app for open.spotify.com links.", "author": "Thom Allen - Twitter @thom801", "manifest_version": 2, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "https:\/\/open.spotify.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "include_globs": [ "https:\/\/open.spotify.com\/*" ], "js": [ "open-spotify.js" ] } ] } |