Retrowave Radio

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

Qu'est-ce que Retrowave Radio ?

Retrowave Radio est une extension Chrome développée par https://retrowave.ru, et sa fonction principale est "Click for next/start; Double click for play/pause".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Retrowave Radio

Téléchargez les fichiers d'extension Retrowave Radio au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Retrowave Radio Retrowave Radio
ID olphnbmahbbaiicbjalinblhmppmhafn
URL Officiel https://chromewebstore.google.com/detail/retrowave-radio/olphnbmahbbaiicbjalinblhmppmhafn
Description Click for next/start; Double click for play/pause
Taille du Fichier 15.07 KB
Nombre d'Installations 1,110
Version Actuelle 0.1.0
Dernière Mise à Jour 2016-03-28
Date de Publication 2016-03-28
Évaluation 4.88/5 Total 32 Évaluations
Développeur https://retrowave.ru
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://www.facebook.com/retrowaveradio/
Langues Prises en Charge 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"
    }
}