SoundCloud Enhancement Suite

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

Co je SoundCloud Enhancement Suite?

SoundCloud Enhancement Suite je rozšíření Chrome vyvinuté David Bond, a jeho hlavní funkcí je „SoundCloud Enhancement Suite (SES) is a chrome extension that brings some quality of life improvements when browsing SoundCloud“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SoundCloud Enhancement Suite

Stáhněte si soubory rozšíření SoundCloud Enhancement Suite ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        * 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                    

Základní Informace o Rozšíření

Název SoundCloud Enhancement Suite SoundCloud Enhancement Suite
ID gflolmeahbkikpgmjifobdfopjjodehh
Oficiální URL https://chromewebstore.google.com/detail/soundcloud-enhancement-su/gflolmeahbkikpgmjifobdfopjjodehh
Popis SoundCloud Enhancement Suite (SES) is a chrome extension that brings some quality of life improvements when browsing SoundCloud
Velikost souboru 409 KB
Počet instalací 335
Aktuální Verze 0.2.0
Poslední Aktualizace 2020-04-18
Datum Vydání 2020-04-18
Hodnocení 2.67/5 Celkem 3 Hodnocení
Vývojář David Bond
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/davidsbond/soundcloud-enhancement-suite
Podporované Jazyky 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"
    ]
}