Spotify Song Repeat
Spotify repeat song in loop.
Wat is Spotify Song Repeat?
Spotify Song Repeat is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Spotify repeat song in loop.".
Extensie Screenshots
Download het CRX-bestand van de extensie Spotify Song Repeat
Download Spotify Song Repeat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allow you to enable to play one song in repeat on Spotify.
Basisinformatie over de Extensie
Naam | Spotify Song Repeat |
ID | cppllpjljepgfjocipdjgioinfhbbhap |
Officiële URL | https://chromewebstore.google.com/detail/spotify-song-repeat/cppllpjljepgfjocipdjgioinfhbbhap |
Beschrijving | Spotify repeat song in loop. |
Bestandsgrootte | 1.12 MB |
Aantal Installaties | 255 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2017-06-10 |
Publicatiedatum | 2017-06-10 |
Beoordeling | 4.11/5 Totaal 18 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |