Smoothie

Adds audio visualisation effects to the tabs playing music.

Wat is Smoothie?

Smoothie is een Chrome-extensie ontwikkeld door https://denull.ru, en de belangrijkste functie is "Adds audio visualisation effects to the tabs playing music.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Smoothie

Download Smoothie-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

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

Basisinformatie over de Extensie

Naam Smoothie Smoothie
ID phmafonemlhbogljagjinpgbejgohlag
Officiële URL https://chromewebstore.google.com/detail/smoothie/phmafonemlhbogljagjinpgbejgohlag
Beschrijving Adds audio visualisation effects to the tabs playing music.
Bestandsgrootte 116 KB
Aantal Installaties 296
Huidige Versie 1.0
Laatst Bijgewerkt 2014-06-27
Publicatiedatum 2014-06-27
Beoordeling 4.50/5 Totaal 6 Beoordelingen
Ontwikkelaar https://denull.ru
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/deNULL/Smoothie
Ondersteunde Talen 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"
        ]
    }
}