Sound Cloud Replay Button

Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud

Qu'est-ce que Sound Cloud Replay Button ?

Sound Cloud Replay Button est une extension Chrome développée par EyadFarra, et sa fonction principale est "Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Sound Cloud Replay Button

Téléchargez les fichiers d'extension Sound Cloud Replay Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud.

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

Informations de Base sur l'Extension

Nom Sound Cloud Replay Button Sound Cloud Replay Button
ID eibjgaihfimmonjpalhfmkjbbhonhmfe
URL Officiel https://chromewebstore.google.com/detail/sound-cloud-replay-button/eibjgaihfimmonjpalhfmkjbbhonhmfe
Description Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud
Taille du Fichier 65.12 KB
Nombre d'Installations 2,187
Version Actuelle 1.0
Dernière Mise à Jour 2014-05-06
Date de Publication 2014-05-06
Évaluation 4.50/5 Total 22 Évaluations
Développeur EyadFarra
Type de Paiement free
Site Web de l'Extension https://facebook.com/eyafa
Langues Prises en Charge 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"
    }
}