Spotify Song Repeat

Spotify repeat song in loop.

What is Spotify Song Repeat?

Spotify Song Repeat is a Chrome extension developed by Unknown, and its main feature is "Spotify repeat song in loop.".

Extension Screenshots

screenshot

Download Spotify Song Repeat Extension CRX File

Download Spotify Song Repeat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Spotify Song Repeat Spotify Song Repeat
ID cppllpjljepgfjocipdjgioinfhbbhap
Official URL https://chromewebstore.google.com/detail/spotify-song-repeat/cppllpjljepgfjocipdjgioinfhbbhap
Description Spotify repeat song in loop.
File Size 1.12 MB
Installation Count 255
Current Version 1.1
Last Updated 2017-06-10
Publish Date 2017-06-10
Rating 4.11/5 Total 18 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
    }
}