SoundCloud Enhancement Suite

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

Wat is SoundCloud Enhancement Suite?

SoundCloud Enhancement Suite is een Chrome-extensie ontwikkeld door David Bond, en de belangrijkste functie is "SoundCloud Enhancement Suite (SES) is a chrome extension that brings some quality of life improvements when browsing SoundCloud".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SoundCloud Enhancement Suite

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

                        * 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                    

Basisinformatie over de Extensie

Naam SoundCloud Enhancement Suite SoundCloud Enhancement Suite
ID gflolmeahbkikpgmjifobdfopjjodehh
Officiële URL https://chromewebstore.google.com/detail/soundcloud-enhancement-su/gflolmeahbkikpgmjifobdfopjjodehh
Beschrijving SoundCloud Enhancement Suite (SES) is a chrome extension that brings some quality of life improvements when browsing SoundCloud
Bestandsgrootte 409 KB
Aantal Installaties 335
Huidige Versie 0.2.0
Laatst Bijgewerkt 2020-04-18
Publicatiedatum 2020-04-18
Beoordeling 2.67/5 Totaal 3 Beoordelingen
Ontwikkelaar David Bond
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/davidsbond/soundcloud-enhancement-suite
Ondersteunde Talen 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"
    ]
}