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.
Wat is Music Storm - visualize any music tab?
Music Storm - visualize any music tab is een Chrome-extensie ontwikkeld door hadaev.ivan, en de belangrijkste functie is "With Music Storm, you can visualize any tab. YouTube, SoundCloud, GoogleMusic - it works everywhere. Just click on Storm and done.".
Extensie Screenshots
Download het CRX-bestand van de extensie Music Storm - visualize any music tab
Download Music Storm - visualize any music tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Smart screen saver with your favorite music from YouTube, GoogleMusic, SoundCloud? We can do that! Basisinformatie over de Extensie
| Naam | |
| ID | egmilngkgddnnmkpkonkpkjkipiihmkh |
| Officiële URL | https://chromewebstore.google.com/detail/music-storm-visualize-any/egmilngkgddnnmkpkonkpkjkipiihmkh |
| Beschrijving | With Music Storm, you can visualize any tab. YouTube, SoundCloud, GoogleMusic - it works everywhere. Just click on Storm and done. |
| Bestandsgrootte | 4.96 MB |
| Aantal Installaties | 5,538 |
| Huidige Versie | 0.1.7 |
| Laatst Bijgewerkt | 2021-06-29 |
| Publicatiedatum | 2019-03-03 |
| Beoordeling | 4.62/5 Totaal 311 Beoordelingen |
| Ontwikkelaar | hadaev.ivan |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://twitter.com/ms_visualizer |
| Help Pagina-URL | https://www.facebook.com/Music-Storm-1948952952001370/ |
| URL van de Privacybeleid Pagina | https://sleepingdude.com/policy.html |
| Ondersteunde Talen | 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: *"
} | |