Music Storm - visualize any music tab
With Music Storm, you can visualize any tab. YouTube, SoundCloud, GoogleMusic - it works everywhere. Just click on Storm and done.
What is Music Storm - visualize any music tab?
Music Storm - visualize any music tab is a Chrome extension developed by hadaev.ivan, and its main feature is "With Music Storm, you can visualize any tab. YouTube, SoundCloud, GoogleMusic - it works everywhere. Just click on Storm and done.".
Extension Screenshots
Download Music Storm - visualize any music tab Extension CRX File
Download Music Storm - visualize any music tab 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
Smart screen saver with your favorite music from YouTube, GoogleMusic, SoundCloud? We can do that!
Extension Basic Information
Name | Music Storm - visualize any music tab |
ID | egmilngkgddnnmkpkonkpkjkipiihmkh |
Official URL | https://chromewebstore.google.com/detail/music-storm-visualize-any/egmilngkgddnnmkpkonkpkjkipiihmkh |
Description | With Music Storm, you can visualize any tab. YouTube, SoundCloud, GoogleMusic - it works everywhere. Just click on Storm and done. |
File Size | 4.96 MB |
Installation Count | 5,538 |
Current Version | 0.1.7 |
Last Updated | 2021-06-29 |
Publish Date | 2019-03-03 |
Rating | 4.62/5 Total 311 Ratings |
Developer | hadaev.ivan |
[email protected] | |
Payment Type | free |
Extension Website | https://twitter.com/ms_visualizer |
Help Page URL | https://www.facebook.com/Music-Storm-1948952952001370/ |
Privacy Policy Page URL | https://sleepingdude.com/policy.html |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Music Storm - visualize any music tab", "short_name": "Music Storm", "description": "With Music Storm, you can visualize any tab. YouTube, SoundCloud, GoogleMusic - it works everywhere. Just click on Storm and done.", "version": "0.1.7", "author": "[email protected]", "minimum_chrome_version": "50", "homepage_url": "https:\/\/www.facebook.com\/Music-Storm-1948952952001370\/", "background": { "page": "background.html" }, "icons": { "128": "icon-128-color.png" }, "browser_action": { "default_icon": "icon-128.png", "default_title": "Music Storm - visualize any music tab", "chrome_style": true }, "permissions": [ "storage", "tabs", "tabCapture" ], "web_accessible_resources": [ "storm.html", "iframe.js", "iframe.css", "*.gif", "*.jpg", "*.png", "*.ttf", "*.svg", "*.map" ], "content_security_policy": "default-src *; script-src 'self' 'unsafe-inline' 'unsafe-eval' *; style-src\t'self' 'unsafe-inline' *; img-src 'self' data: *" } |