Sound Cloud Replay Button

Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud

Vad är Sound Cloud Replay Button?

Sound Cloud Replay Button är en Chrome-tillägg utvecklad av EyadFarra, och dess huvudfunktion är "Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Sound Cloud Replay Button-förlängningens CRX-fil

Ladda ner Sound Cloud Replay Button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud.

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

Grundläggande Information om Tillägg

Namn Sound Cloud Replay Button Sound Cloud Replay Button
ID eibjgaihfimmonjpalhfmkjbbhonhmfe
Officiell webbadress https://chromewebstore.google.com/detail/sound-cloud-replay-button/eibjgaihfimmonjpalhfmkjbbhonhmfe
Beskrivning Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud
Filstorlek 65.12 KB
Antal Installationer 2,187
Aktuell Version 1.0
Senast Uppdaterad 2014-05-06
Publiceringsdatum 2014-05-06
Betyg 4.50/5 Totalt 22 Betyg
Utvecklare EyadFarra
Betalningssätt free
Tilläggswebbplats https://facebook.com/eyafa
Stödda Språk 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"
    }
}