Sound Cloud Replay Button

Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud

Hvad er Sound Cloud Replay Button?

Sound Cloud Replay Button er en Chrome-udvidelse udviklet af EyadFarra, og dens hovedfunktion er "Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Sound Cloud Replay Button-udvidelses-CRX-fil

Download Sound Cloud Replay Button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud.

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

Grundlæggende oplysninger om udvidelsen

Navn Sound Cloud Replay Button Sound Cloud Replay Button
ID eibjgaihfimmonjpalhfmkjbbhonhmfe
Officiel URL https://chromewebstore.google.com/detail/sound-cloud-replay-button/eibjgaihfimmonjpalhfmkjbbhonhmfe
Beskrivelse Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud
Filstørrelse 65.12 KB
Antal Installationer 2,187
Nuværende Version 1.0
Senest Opdateret 2014-05-06
Udgivelsesdato 2014-05-06
Bedømmelse 4.50/5 Samlet 22 Bedømmelser
Udvikler EyadFarra
Betalingsmetode free
Udvidelseswebsted https://facebook.com/eyafa
Understøttede Sprog 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"
    }
}