Smoothie
Adds audio visualisation effects to the tabs playing music.
What is Smoothie?
Smoothie is a Chrome extension developed by https://denull.ru, and its main feature is "Adds audio visualisation effects to the tabs playing music.".
Extension Screenshots
Download Smoothie Extension CRX File
Download Smoothie extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Визуализатор воспроизводящейся во вкладке браузера музыки. Включает в себя 6 образов, переключающихся в случайном порядке каждые 30 секунд. Чтобы запустить визуализацию, откройте вкладку с любым плеером (ВКонтакте, Google Play Музыка, Яндекс.Музыка, YouTube), начните воспроизведение и нажмите кнопку расширения (сверху справа). Чтобы остановить визуализатор, нажмите ту же кнопку повторно. F11 — переход в полноэкранный режим.
Extension Basic Information
Name | Smoothie |
ID | phmafonemlhbogljagjinpgbejgohlag |
Official URL | https://chromewebstore.google.com/detail/smoothie/phmafonemlhbogljagjinpgbejgohlag |
Description | Adds audio visualisation effects to the tabs playing music. |
File Size | 116 KB |
Installation Count | 296 |
Current Version | 1.0 |
Last Updated | 2014-06-27 |
Publish Date | 2014-06-27 |
Rating | 4.50/5 Total 6 Ratings |
Developer | https://denull.ru |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/deNULL/Smoothie |
Supported Languages | 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" ] } } |