Smoothie

Adds audio visualisation effects to the tabs playing music.

Cos'è Smoothie?

Smoothie è un'estensione di Chrome sviluppata da https://denull.ru, e la sua funzione principale è "Adds audio visualisation effects to the tabs playing music.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Smoothie

Scarica i file di estensione Smoothie 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

                        Визуализатор воспроизводящейся во вкладке браузера музыки. Включает в себя 6 образов, переключающихся в случайном порядке каждые 30 секунд.

Чтобы запустить визуализацию, откройте вкладку с любым плеером (ВКонтакте, Google Play Музыка, Яндекс.Музыка, YouTube), начните воспроизведение и нажмите кнопку расширения (сверху справа). Чтобы остановить визуализатор, нажмите ту же кнопку повторно.

F11 — переход в полноэкранный режим.                    

Informazioni di Base sull'Estensione

Nome Smoothie Smoothie
ID phmafonemlhbogljagjinpgbejgohlag
URL Ufficiale https://chromewebstore.google.com/detail/smoothie/phmafonemlhbogljagjinpgbejgohlag
Descrizione Adds audio visualisation effects to the tabs playing music.
Dimensione del File 116 KB
Conteggio Installazioni 296
Versione Corrente 1.0
Ultimo Aggiornamento 2014-06-27
Data di Pubblicazione 2014-06-27
Valutazione 4.50/5 Totale 6 Valutazioni
Sviluppatore https://denull.ru
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/deNULL/Smoothie
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smoothie",
    "version": "1.0",
    "icons": {
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "description": "Adds audio visualisation effects to the tabs playing music.",
    "permissions": [
        "tabCapture",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon-19.png"
        },
        "default_title": "Start audio visualisation"
    },
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ]
    }
}