Retrowave Radio

Click for next/start; Double click for play/pause

Cos'è Retrowave Radio?

Retrowave Radio è un'estensione di Chrome sviluppata da https://retrowave.ru, e la sua funzione principale è "Click for next/start; Double click for play/pause".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Retrowave Radio

Scarica i file di estensione Retrowave Radio in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 для Хрома. 
- Щелчок по кнопке открывает радио в новой вкладке (если оно еще не открыто)
- Одинарный клик - запуск проигрывания или пропуск композиции
- Двойной клик - пауза / снять с паузы
- Навести курсор и ничего не трогать - посмотреть название текущей композиции.                    

Informazioni di Base sull'Estensione

Nome Retrowave Radio Retrowave Radio
ID olphnbmahbbaiicbjalinblhmppmhafn
URL Ufficiale https://chromewebstore.google.com/detail/retrowave-radio/olphnbmahbbaiicbjalinblhmppmhafn
Descrizione Click for next/start; Double click for play/pause
Dimensione del File 15.07 KB
Conteggio Installazioni 1,110
Versione Corrente 0.1.0
Ultimo Aggiornamento 2016-03-28
Data di Pubblicazione 2016-03-28
Valutazione 4.88/5 Totale 32 Valutazioni
Sviluppatore https://retrowave.ru
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://www.facebook.com/retrowaveradio/
Lingue Supportate 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"
    }
}