Retrowave Radio
Click for next/start; Double click for play/pause
What is Retrowave Radio?
Retrowave Radio is a Chrome extension developed by https://retrowave.ru, and its main feature is "Click for next/start; Double click for play/pause".
Extension Screenshots
Download Retrowave Radio Extension CRX File
Download Retrowave Radio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Official extension for Retrowave Radio. - One click on icon will open the radio in new tab (if not yet); - If already open, one click will skip current song; - Double click will pause current song. One click to continue playing. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Официальное расширение Retrowave Radio для Хрома. - Щелчок по кнопке открывает радио в новой вкладке (если оно еще не открыто) - Одинарный клик - запуск проигрывания или пропуск композиции - Двойной клик - пауза / снять с паузы - Навести курсор и ничего не трогать - посмотреть название текущей композиции.
Extension Basic Information
Name | Retrowave Radio |
ID | olphnbmahbbaiicbjalinblhmppmhafn |
Official URL | https://chromewebstore.google.com/detail/retrowave-radio/olphnbmahbbaiicbjalinblhmppmhafn |
Description | Click for next/start; Double click for play/pause |
File Size | 15.07 KB |
Installation Count | 1,110 |
Current Version | 0.1.0 |
Last Updated | 2016-03-28 |
Publish Date | 2016-03-28 |
Rating | 4.88/5 Total 32 Ratings |
Developer | https://retrowave.ru |
[email protected] | |
Payment Type | free |
Help Page URL | https://www.facebook.com/retrowaveradio/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Retrowave Radio", "description": "Click for next\/start; Double click for play\/pause", "version": "0.1.0", "background": { "scripts": [ "src\/background.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/retrowave.ru\/*" ] }, "browser_action": { "38": "assets\/icon-play_128.png" }, "icons": { "128": "assets\/icon-play_128.png" } } |