Groove Radio PT
Listen to the Groove Radio while browsing the web!
Что такое Groove Radio PT?
Groove Radio PT - это расширение Chrome, разработанное sofiabsilva, и его основная функция - "Listen to the Groove Radio while browsing the web!".
Снимки экрана расширения
Скачать файл CRX расширения Groove Radio PT
Скачайте файлы расширений Groove Radio PT в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Listen to a great selection of non stop world music, get the current song information and look up the last 4 songs aired on the Groove Radio PT online stream. You may also easily access the radio's official website and social media pages. There's an option (enabled by default) that allows for a better user experience while browsing the web, if any tab is audible while the radio is playing, the stream will be muted and resume as soon as the sound stops, so you don't need to worry about stopping the stream when you want to watch a youtube video for instance. International website: grooveradio.net Portuguese website: grooveradiopt.com If you experience any problems/have suggestions don't hesitate to contact the developer.
Основная информация о расширении
Название | Groove Radio PT |
ID | aadficocbpaijelnmdkhjdkfdnikggka |
Официальный URL | https://chromewebstore.google.com/detail/groove-radio-pt/aadficocbpaijelnmdkhjdkfdnikggka |
Описание | Listen to the Groove Radio while browsing the web! |
Размер файла | 260 KB |
Количество установок | 28 |
Текущая Версия | 1.1.2 |
Последнее Обновление | 2019-07-26 |
Дата публикации | 2019-07-26 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | sofiabsilva |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://grooveradio.net/ |
URL страницы помощи | https://github.com/sofiabsilva/radio-chrome-extension |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Groove Radio PT", "version": "1.1.2", "description": "Listen to the Groove Radio while browsing the web!", "permissions": [ "storage" ], "background": { "scripts": [ "background.js", "dist\/jquery.js" ], "persistent": false }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/Groove_Play_16.png", "24": "images\/Groove_Play_24.png", "48": "images\/Groove_Play_48.png", "128": "images\/Groove_Play_128.png" } }, "options_page": "options.html", "icons": { "16": "images\/Groove_Play_16.png", "24": "images\/Groove_Play_24.png", "48": "images\/Groove_Play_48.png", "128": "images\/Groove_Play_128.png" }, "manifest_version": 2 } |