Sound Cloud Replay Button

Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud

Was ist Sound Cloud Replay Button?

Sound Cloud Replay Button ist eine Chrome-Erweiterung, die von EyadFarra entwickelt wurde, und ihr Hauptmerkmal ist "Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud".

Erweiterungsscreenshots

screenshot
screenshot

Sound Cloud Replay Button-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sound Cloud Replay Button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud.

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

Grundlegende Informationen zur Erweiterung

Name Sound Cloud Replay Button Sound Cloud Replay Button
ID eibjgaihfimmonjpalhfmkjbbhonhmfe
Offizielle URL https://chromewebstore.google.com/detail/sound-cloud-replay-button/eibjgaihfimmonjpalhfmkjbbhonhmfe
Beschreibung Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud
Dateigröße 65.12 KB
Installationsanzahl 2,187
Aktuelle Version 1.0
Letztes Update 2014-05-06
Veröffentlichungsdatum 2014-05-06
Bewertung 4.50/5 Insgesamt 22 Bewertungen
Entwickler EyadFarra
Zahlungsart free
Erweiterungswebsite https://facebook.com/eyafa
Unterstützte Sprachen 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"
    }
}