Smoothie
Adds audio visualisation effects to the tabs playing music.
Qu'est-ce que Smoothie ?
Smoothie est une extension Chrome développée par https://denull.ru, et sa fonction principale est "Adds audio visualisation effects to the tabs playing music.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Smoothie
Téléchargez les fichiers d'extension Smoothie au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Визуализатор воспроизводящейся во вкладке браузера музыки. Включает в себя 6 образов, переключающихся в случайном порядке каждые 30 секунд. Чтобы запустить визуализацию, откройте вкладку с любым плеером (ВКонтакте, Google Play Музыка, Яндекс.Музыка, YouTube), начните воспроизведение и нажмите кнопку расширения (сверху справа). Чтобы остановить визуализатор, нажмите ту же кнопку повторно. F11 — переход в полноэкранный режим.
Informations de Base sur l'Extension
Nom | Smoothie |
ID | phmafonemlhbogljagjinpgbejgohlag |
URL Officiel | https://chromewebstore.google.com/detail/smoothie/phmafonemlhbogljagjinpgbejgohlag |
Description | Adds audio visualisation effects to the tabs playing music. |
Taille du Fichier | 116 KB |
Nombre d'Installations | 296 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-06-27 |
Date de Publication | 2014-06-27 |
Évaluation | 4.50/5 Total 6 Évaluations |
Développeur | https://denull.ru |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/deNULL/Smoothie |
Langues Prises en Charge | 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" ] } } |