Spotify Song Repeat

Spotify repeat song in loop.

Qu'est-ce que Spotify Song Repeat ?

Spotify Song Repeat est une extension Chrome développée par Unknown, et sa fonction principale est "Spotify repeat song in loop.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Spotify Song Repeat

Téléchargez les fichiers d'extension Spotify Song Repeat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension allow you to enable to play one song in repeat on Spotify.                    

Informations de Base sur l'Extension

Nom Spotify Song Repeat Spotify Song Repeat
ID cppllpjljepgfjocipdjgioinfhbbhap
URL Officiel https://chromewebstore.google.com/detail/spotify-song-repeat/cppllpjljepgfjocipdjgioinfhbbhap
Description Spotify repeat song in loop.
Taille du Fichier 1.12 MB
Nombre d'Installations 255
Version Actuelle 1.1
Dernière Mise à Jour 2017-06-10
Date de Publication 2017-06-10
Évaluation 4.11/5 Total 18 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
    }
}