Fix for SoundCloud
This extension will fix seeking / skipping issues in SoundCloud
What is Fix for SoundCloud?
Fix for SoundCloud is a Chrome extension developed by Tim, and its main feature is "This extension will fix seeking / skipping issues in SoundCloud".
Extension Screenshots
Download Fix for SoundCloud Extension CRX File
Download Fix for SoundCloud 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
Due to a bug in Google Chrome or SoundCloud's audio player, seeking is disabled. Download this extension to fix.
Extension Basic Information
Name | Fix for SoundCloud |
ID | jafllddfbmkniiijagaemlaiadakmloo |
Official URL | https://chromewebstore.google.com/detail/fix-for-soundcloud/jafllddfbmkniiijagaemlaiadakmloo |
Description | This extension will fix seeking / skipping issues in SoundCloud |
File Size | 11.84 KB |
Installation Count | 168 |
Current Version | 13.0 |
Last Updated | 2016-12-03 |
Publish Date | 2016-12-03 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Tim |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fix for SoundCloud", "manifest_version": 2, "version": "13.0", "description": "This extension will fix seeking \/ skipping issues in SoundCloud", "browser_action": { "default_icon": "images\/icon.png", "default_title": "SCFix" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "book.css" ], "js": [ "bookmarklet.js" ] } ] } |