SoundCloud Enhancement Suite

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

Qu'est-ce que SoundCloud Enhancement Suite ?

SoundCloud Enhancement Suite est une extension Chrome développée par David Bond, et sa fonction principale est "SoundCloud Enhancement Suite (SES) is a chrome extension that brings some quality of life improvements when browsing SoundCloud".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SoundCloud Enhancement Suite

Téléchargez les fichiers d'extension SoundCloud Enhancement Suite au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        * 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                    

Informations de Base sur l'Extension

Nom SoundCloud Enhancement Suite SoundCloud Enhancement Suite
ID gflolmeahbkikpgmjifobdfopjjodehh
URL Officiel https://chromewebstore.google.com/detail/soundcloud-enhancement-su/gflolmeahbkikpgmjifobdfopjjodehh
Description SoundCloud Enhancement Suite (SES) is a chrome extension that brings some quality of life improvements when browsing SoundCloud
Taille du Fichier 409 KB
Nombre d'Installations 335
Version Actuelle 0.2.0
Dernière Mise à Jour 2020-04-18
Date de Publication 2020-04-18
Évaluation 2.67/5 Total 3 Évaluations
Développeur David Bond
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/davidsbond/soundcloud-enhancement-suite
Langues Prises en Charge 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"
    ]
}