Mini Player for Spotify

Get a mini player for spotify!

Τι είναι το Mini Player for Spotify;

Το Mini Player for Spotify είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Martin Nester, και η κύρια λειτουργία του είναι "Get a mini player for spotify!".

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

screenshot

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

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

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

                        Spotify is a music streaming service the unfortunately doesn't offer a good mini player. With this extension you can get a miniplayer that works and looks great. 

To setup and use Mini Player for Spotify follow the steps below.

0. Install the Mini Player for Spotify Chrome Extension
1. Navigate to open.spotify.com and login to your account.
2. Install the Chrome Spotify App by pressing the "+" found in the address bar.
3. After installing resize the Spotify window to get the Mini Player or click the miniplayer button in the bottom right.
4. Optional: Right Click and Pin Spotify to taskbar.                    

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

Όνομα Mini Player for Spotify Mini Player for Spotify
ID mjjeebakniihklfggnacbigighgildlo
Επίσημο URL https://chrome.google.com/webstore/detail/mini-player-for-spotify/mjjeebakniihklfggnacbigighgildlo
Περιγραφή Get a mini player for spotify!
Μέγεθος Αρχείου 2.91 MB
Αριθμός Εγκαταστάσεων 34,581
Τρέχουσα Έκδοση 1.1.2
Τελευταία Ενημέρωση 2021-03-21
Ημερομηνία Δημοσίευσης 2021-01-28
Αξιολόγηση 4.02/5 Συνολικά 41 Αξιολογήσεις
Προγραμματιστής Martin Nester
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mini Player for Spotify",
    "version": "1.1.2",
    "description": "Get a mini player for spotify!",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png"
    },
    "browser_action": [],
    "author": "Martin",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/icon32.png"
    ],
    "permissions": [
        "storage"
    ]
}