Smoothie

Adds audio visualisation effects to the tabs playing music.

O que é Smoothie?

Smoothie é uma extensão do Chrome desenvolvida por https://denull.ru, e sua principal característica é "Adds audio visualisation effects to the tabs playing music.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Smoothie

Baixe arquivos de extensão Smoothie no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

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

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

Informações Básicas da Extensão

Nome Smoothie Smoothie
ID phmafonemlhbogljagjinpgbejgohlag
URL Oficial https://chromewebstore.google.com/detail/smoothie/phmafonemlhbogljagjinpgbejgohlag
Descrição Adds audio visualisation effects to the tabs playing music.
Tamanho do Arquivo 116 KB
Contagem de Instalações 296
Versão Atual 1.0
Última Atualização 2014-06-27
Data de Publicação 2014-06-27
Classificação 4.50/5 Total de 6 Avaliações
Desenvolvedor https://denull.ru
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/deNULL/Smoothie
Idiomas Suportados 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"
        ]
    }
}