Smoothie

Adds audio visualisation effects to the tabs playing music.

¿Qué es Smoothie?

Smoothie es una extensión de Chrome desarrollada por https://denull.ru, y su función principal es "Adds audio visualisation effects to the tabs playing music.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Smoothie

Descarga archivos de extensión Smoothie en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

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

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

Información Básica de la Extensión

Nombre Smoothie Smoothie
ID phmafonemlhbogljagjinpgbejgohlag
URL Oficial https://chromewebstore.google.com/detail/smoothie/phmafonemlhbogljagjinpgbejgohlag
Descripción Adds audio visualisation effects to the tabs playing music.
Tamaño del Archivo 116 KB
Cantidad de Instalaciones 296
Versión Actual 1.0
Última Actualización 2014-06-27
Fecha de Publicación 2014-06-27
Calificación 4.50/5 Total de 6 Calificaciones
Desarrollador https://denull.ru
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/deNULL/Smoothie
Idiomas Soportados 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"
        ]
    }
}