Spotify Song Repeat

Spotify repeat song in loop.

Apa itu Spotify Song Repeat?

Spotify Song Repeat adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Spotify repeat song in loop.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Spotify Song Repeat

Unduh file ekstensi Spotify Song Repeat dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Spotify Song Repeat Spotify Song Repeat
ID cppllpjljepgfjocipdjgioinfhbbhap
URL Resmi https://chromewebstore.google.com/detail/spotify-song-repeat/cppllpjljepgfjocipdjgioinfhbbhap
Deskripsi Spotify repeat song in loop.
Ukuran File 1.12 MB
Jumlah Instalasi 255
Versi Saat Ini 1.1
Terakhir Diperbarui 2017-06-10
Tanggal Publikasi 2017-06-10
Penilaian 4.11/5 Total 18 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}