Spotify Chrome extension

Quickly add Spotify track to playlist.

Cos'è Spotify Chrome extension?

Spotify Chrome extension è un'estensione di Chrome sviluppata da Angélique Estrade, e la sua funzione principale è "Quickly add Spotify track to playlist.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Spotify Chrome extension

Scarica i file di estensione Spotify Chrome extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        If you are obsessed with little things that can save your time, even a few seconds, this extension is for you. Imagine you are doing stuffs on your computer, Chrome opened and listening random music on Spotify. Then you hear a music that makes you happy. You'd like to save it anywhere, to hear it again later. But you don't want to lose focus on what you are doing. So you can click on this extension's icon on your browser to add the track to the configured playlist.                    

Informazioni di Base sull'Estensione

Nome Spotify Chrome extension Spotify Chrome extension
ID hdnmejfdnmjkoljahfbbonogeflghela
URL Ufficiale https://chrome.google.com/webstore/detail/spotify-chrome-extension/hdnmejfdnmjkoljahfbbonogeflghela
Descrizione Quickly add Spotify track to playlist.
Dimensione del File 144 KB
Conteggio Installazioni 10,000
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-04-11
Data di Pubblicazione 2020-08-20
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Angélique Estrade
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "author": "aestrade",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}