Song Visualizer
Use our free visualizer to create awesome Music Videos.
What is Song Visualizer?
Song Visualizer is a Chrome extension developed by Xeri Media Crew | XMC, and its main feature is "Use our free visualizer to create awesome Music Videos.".
Extension Screenshots
Download Song Visualizer Extension CRX File
Download Song Visualizer 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
With this tool you can create awesome Music Videos for free! Simply select the song, upload your background and logo and start the render process!
Extension Basic Information
Name | |
ID | mcmnbhifpimnjdfajbhmjenegbdhjfhe |
Official URL | https://chrome.google.com/webstore/detail/song-visualizer/mcmnbhifpimnjdfajbhmjenegbdhjfhe |
Description | Use our free visualizer to create awesome Music Videos. |
File Size | 6.39 KB |
Installation Count | 159 |
Current Version | 1.2.2 |
Last Updated | 2020-10-24 |
Publish Date | 2020-05-09 |
Rating | 1.00/5 Total 2 Ratings |
Developer | Xeri Media Crew | XMC |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.xeriflow.net/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Song Visualizer", "description": "Use our free visualizer to create awesome Music Videos.", "version": "1.2.2", "permissions": [ "background" ], "background": { "page": "bg.html", "persistent": true }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "popup": "popup.html", "default_popup": "default.html" } } |