Sound Cloud Replay Button

Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud

Cos'è Sound Cloud Replay Button?

Sound Cloud Replay Button è un'estensione di Chrome sviluppata da EyadFarra, e la sua funzione principale è "Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Sound Cloud Replay Button

Scarica i file di estensione Sound Cloud Replay Button 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

                        Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud.

Please support us at the following link, We accept donation.
http://goo.gl/62SAMT                    

Informazioni di Base sull'Estensione

Nome Sound Cloud Replay Button Sound Cloud Replay Button
ID eibjgaihfimmonjpalhfmkjbbhonhmfe
URL Ufficiale https://chromewebstore.google.com/detail/sound-cloud-replay-button/eibjgaihfimmonjpalhfmkjbbhonhmfe
Descrizione Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud
Dimensione del File 65.12 KB
Conteggio Installazioni 2,187
Versione Corrente 1.0
Ultimo Aggiornamento 2014-05-06
Data di Pubblicazione 2014-05-06
Valutazione 4.50/5 Totale 22 Valutazioni
Sviluppatore EyadFarra
Tipo di Pagamento free
Sito Web dell'Estensione https://facebook.com/eyafa
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sound Cloud Replay Button",
    "manifest_version": 2,
    "version": "1.0",
    "description": "Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/soundcloud.com\/*"
            ],
            "js": [
                "js\/jquery-1.11.1.min.js",
                "main.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    }
}