SoundCloud Enhancement Suite
SoundCloud Enhancement Suite (SES) is a chrome extension that brings some quality of life improvements when browsing SoundCloud
Что такое SoundCloud Enhancement Suite?
SoundCloud Enhancement Suite - это расширение Chrome, разработанное David Bond, и его основная функция - "SoundCloud Enhancement Suite (SES) is a chrome extension that brings some quality of life improvements when browsing SoundCloud".
Снимки экрана расширения
Скачать файл CRX расширения SoundCloud Enhancement Suite
Скачайте файлы расширений SoundCloud Enhancement Suite в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
* 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
Основная информация о расширении
Название | SoundCloud Enhancement Suite |
ID | gflolmeahbkikpgmjifobdfopjjodehh |
Официальный URL | https://chromewebstore.google.com/detail/soundcloud-enhancement-su/gflolmeahbkikpgmjifobdfopjjodehh |
Описание | SoundCloud Enhancement Suite (SES) is a chrome extension that brings some quality of life improvements when browsing SoundCloud |
Размер файла | 409 KB |
Количество установок | 335 |
Текущая Версия | 0.2.0 |
Последнее Обновление | 2020-04-18 |
Дата публикации | 2020-04-18 |
Рейтинг | 2.67/5 Всего 3 оценок |
Разработчик | David Bond |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/davidsbond/soundcloud-enhancement-suite |
Поддерживаемые языки | 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 |