Fix for SoundCloud

This extension will fix seeking / skipping issues in SoundCloud

Wat is Fix for SoundCloud?

Fix for SoundCloud is een Chrome-extensie ontwikkeld door Tim, en de belangrijkste functie is "This extension will fix seeking / skipping issues in SoundCloud".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Fix for SoundCloud

Download Fix for SoundCloud-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Due to a bug in Google Chrome or SoundCloud's audio player, seeking is disabled. Download this extension to fix.                    

Basisinformatie over de Extensie

Naam Fix for SoundCloud Fix for SoundCloud
ID jafllddfbmkniiijagaemlaiadakmloo
Officiële URL https://chromewebstore.google.com/detail/fix-for-soundcloud/jafllddfbmkniiijagaemlaiadakmloo
Beschrijving This extension will fix seeking / skipping issues in SoundCloud
Bestandsgrootte 11.84 KB
Aantal Installaties 168
Huidige Versie 13.0
Laatst Bijgewerkt 2016-12-03
Publicatiedatum 2016-12-03
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Tim
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}