Fix for SoundCloud
This extension will fix seeking / skipping issues in SoundCloud
Vad är Fix for SoundCloud?
Fix for SoundCloud är en Chrome-tillägg utvecklad av Tim, och dess huvudfunktion är "This extension will fix seeking / skipping issues in SoundCloud".
Tilläggsskärmbilder
Ladda ner Fix for SoundCloud-förlängningens CRX-fil
Ladda ner Fix for SoundCloud-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
Due to a bug in Google Chrome or SoundCloud's audio player, seeking is disabled. Download this extension to fix. Grundläggande Information om Tillägg
| Namn | |
| ID | jafllddfbmkniiijagaemlaiadakmloo |
| Officiell webbadress | https://chromewebstore.google.com/detail/fix-for-soundcloud/jafllddfbmkniiijagaemlaiadakmloo |
| Beskrivning | This extension will fix seeking / skipping issues in SoundCloud |
| Filstorlek | 11.84 KB |
| Antal Installationer | 168 |
| Aktuell Version | 13.0 |
| Senast Uppdaterad | 2016-12-03 |
| Publiceringsdatum | 2016-12-03 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Tim |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |