Smoothie
Adds audio visualisation effects to the tabs playing music.
什么是Smoothie?
Smoothie是由https://denull.ru开发的Chrome扩展程序,该扩展的主要功能是“Adds audio visualisation effects to the tabs playing music.”。
扩展截图
下载Smoothie扩展crx文件
下载Smoothie扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Визуализатор воспроизводящейся во вкладке браузера музыки. Включает в себя 6 образов, переключающихся в случайном порядке каждые 30 секунд. Чтобы запустить визуализацию, откройте вкладку с любым плеером (ВКонтакте, Google Play Музыка, Яндекс.Музыка, YouTube), начните воспроизведение и нажмите кнопку расширения (сверху справа). Чтобы остановить визуализатор, нажмите ту же кнопку повторно. F11 — переход в полноэкранный режим.
扩展基本信息
名称 | Smoothie |
ID | phmafonemlhbogljagjinpgbejgohlag |
官方URL | https://chromewebstore.google.com/detail/smoothie/phmafonemlhbogljagjinpgbejgohlag |
简介 | Adds audio visualisation effects to the tabs playing music. |
文件大小 | 116 KB |
安装次数 | 296 |
当前版本 | 1.0 |
更新时间 | 2014-06-27 |
上架时间 | 2014-06-27 |
评分 | 4.50/5 共6次评分 |
开发者 | https://denull.ru |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/deNULL/Smoothie |
支持的语言 | 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" ] } } |