Fix for SoundCloud
This extension will fix seeking / skipping issues in SoundCloud
Hvad er Fix for SoundCloud?
Fix for SoundCloud er en Chrome-udvidelse udviklet af Tim, og dens hovedfunktion er "This extension will fix seeking / skipping issues in SoundCloud".
Udvidelsesskærmbilleder
Download Fix for SoundCloud-udvidelses-CRX-fil
Download Fix for SoundCloud-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Due to a bug in Google Chrome or SoundCloud's audio player, seeking is disabled. Download this extension to fix. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | jafllddfbmkniiijagaemlaiadakmloo |
| Officiel URL | https://chromewebstore.google.com/detail/fix-for-soundcloud/jafllddfbmkniiijagaemlaiadakmloo |
| Beskrivelse | This extension will fix seeking / skipping issues in SoundCloud |
| Filstørrelse | 11.84 KB |
| Antal Installationer | 168 |
| Nuværende Version | 13.0 |
| Senest Opdateret | 2016-12-03 |
| Udgivelsesdato | 2016-12-03 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Tim |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |