Sound Cloud Replay Button
Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud
What is Sound Cloud Replay Button?
Sound Cloud Replay Button is a Chrome extension developed by EyadFarra, and its main feature is "Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud".
Extension Screenshots
Download Sound Cloud Replay Button Extension CRX File
Download Sound Cloud Replay Button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud. Please support us at the following link, We accept donation. http://goo.gl/62SAMT
Extension Basic Information
Name | Sound Cloud Replay Button |
ID | eibjgaihfimmonjpalhfmkjbbhonhmfe |
Official URL | https://chromewebstore.google.com/detail/sound-cloud-replay-button/eibjgaihfimmonjpalhfmkjbbhonhmfe |
Description | Finally Enjoy Repeating Your Favorite Tracks on Sound Cloud |
File Size | 65.12 KB |
Installation Count | 2,187 |
Current Version | 1.0 |
Last Updated | 2014-05-06 |
Publish Date | 2014-05-06 |
Rating | 4.50/5 Total 22 Ratings |
Developer | EyadFarra |
Payment Type | free |
Extension Website | https://facebook.com/eyafa |
Supported Languages | 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" } } |