SoundCloud Enhancement Suite
SoundCloud Enhancement Suite (SES) is a chrome extension that brings some quality of life improvements when browsing SoundCloud
Co to jest SoundCloud Enhancement Suite?
SoundCloud Enhancement Suite to rozszerzenie Chrome opracowane przez David Bond, a jego główną funkcją jest „SoundCloud Enhancement Suite (SES) is a chrome extension that brings some quality of life improvements when browsing SoundCloud”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SoundCloud Enhancement Suite
Pobierz pliki rozszerzeń SoundCloud Enhancement Suite w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
* 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
Podstawowe informacje o rozszerzeniu
Nazwa | SoundCloud Enhancement Suite |
ID | gflolmeahbkikpgmjifobdfopjjodehh |
Oficjalny URL | https://chromewebstore.google.com/detail/soundcloud-enhancement-su/gflolmeahbkikpgmjifobdfopjjodehh |
Opis | SoundCloud Enhancement Suite (SES) is a chrome extension that brings some quality of life improvements when browsing SoundCloud |
Rozmiar pliku | 409 KB |
Liczba instalacji | 335 |
Aktualna Wersja | 0.2.0 |
Ostatnia Aktualizacja | 2020-04-18 |
Data Publikacji | 2020-04-18 |
Ocena | 2.67/5 Łącznie 3 Oceny |
Deweloper | David Bond |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/davidsbond/soundcloud-enhancement-suite |
Obsługiwane Języki | 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 |