Spotify Song Repeat
Spotify repeat song in loop.
Cos'è Spotify Song Repeat?
Spotify Song Repeat è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Spotify repeat song in loop.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Spotify Song Repeat
Scarica i file di estensione Spotify Song Repeat 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
This extension allow you to enable to play one song in repeat on Spotify.
Informazioni di Base sull'Estensione
Nome | Spotify Song Repeat |
ID | cppllpjljepgfjocipdjgioinfhbbhap |
URL Ufficiale | https://chromewebstore.google.com/detail/spotify-song-repeat/cppllpjljepgfjocipdjgioinfhbbhap |
Descrizione | Spotify repeat song in loop. |
Dimensione del File | 1.12 MB |
Conteggio Installazioni | 255 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2017-06-10 |
Data di Pubblicazione | 2017-06-10 |
Valutazione | 4.11/5 Totale 18 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spotify Song Repeat", "manifest_version": 2, "version": "1.1", "description": "Spotify repeat song in loop.", "permissions": [ "http:\/\/open.spotify.com\/*", "https:\/\/open.spotify.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/open.spotify.com\/*", "https:\/\/open.spotify.com\/*" ], "js": [ "main.js" ], "run_at": "document_idle" } ], "icons": { "32": "icon.png" }, "browser_action": { "default_icon": "icon.png" } } |