SoundCloud Enhancement Suite

SoundCloud Enhancement Suite (SES) is a chrome extension that brings some quality of life improvements when browsing SoundCloud

Hvad er SoundCloud Enhancement Suite?

SoundCloud Enhancement Suite er en Chrome-udvidelse udviklet af David Bond, og dens hovedfunktion er "SoundCloud Enhancement Suite (SES) is a chrome extension that brings some quality of life improvements when browsing SoundCloud".

Udvidelsesskærmbilleder

screenshot

Download SoundCloud Enhancement Suite-udvidelses-CRX-fil

Download SoundCloud Enhancement Suite-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

                        * Removes reposted content from your stream
* Hides the "discover" page, browsing to it redirects to the stream page.
* Adds a "RELOAD" button for pullups to the audio player
* Adds a direct link to "The Upload" playlist to the header                    

Grundlæggende oplysninger om udvidelsen

Navn SoundCloud Enhancement Suite SoundCloud Enhancement Suite
ID gflolmeahbkikpgmjifobdfopjjodehh
Officiel URL https://chromewebstore.google.com/detail/soundcloud-enhancement-su/gflolmeahbkikpgmjifobdfopjjodehh
Beskrivelse SoundCloud Enhancement Suite (SES) is a chrome extension that brings some quality of life improvements when browsing SoundCloud
Filstørrelse 409 KB
Antal Installationer 335
Nuværende Version 0.2.0
Senest Opdateret 2020-04-18
Udgivelsesdato 2020-04-18
Bedømmelse 2.67/5 Samlet 3 Bedømmelser
Udvikler David Bond
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/davidsbond/soundcloud-enhancement-suite
Understøttede Sprog en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SoundCloud Enhancement Suite",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "js\/index.js"
            ],
            "matches": [
                "https:\/\/soundcloud.com\/*"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "version": "0.2.0",
    "author": "David Bond ",
    "homepage_url": "https:\/\/github.com\/davidsbond\/soundcloud-enhancement-suite",
    "description": "SoundCloud Enhancement Suite (SES) is a chrome extension that brings some quality of life improvements when browsing SoundCloud",
    "web_accessible_resources": [
        "audio\/reload.wav"
    ]
}