Spotify Web Visualizer
Full screen visualizer for Spotify Web
Wat is Spotify Web Visualizer?
Spotify Web Visualizer is een Chrome-extensie ontwikkeld door http://nikodraca.com, en de belangrijkste functie is "Full screen visualizer for Spotify Web".
Extensie Screenshots
Download het CRX-bestand van de extensie Spotify Web Visualizer
Download Spotify Web Visualizer-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
Allows you to enter a full screen visualizer while listening to Spotify on the web. Perfect for displaying artwork while listening to music on the web. Change Log: v0.2.1 (2020/04/01) - Fixed MutationObserver bug - Implemented pre-loading for images - Fixed audio control
Basisinformatie over de Extensie
Naam | |
ID | cioamabllelecbeliakinadcmlilkigp |
Officiële URL | https://chrome.google.com/webstore/detail/spotify-web-visualizer/cioamabllelecbeliakinadcmlilkigp |
Beschrijving | Full screen visualizer for Spotify Web |
Bestandsgrootte | 120 KB |
Aantal Installaties | 3,000 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2020-05-22 |
Publicatiedatum | 2020-05-22 |
Beoordeling | 2.28/5 Totaal 18 Beoordelingen |
Ontwikkelaar | http://nikodraca.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.nikodraca.com |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Spotify Web Visualizer", "version": "0.2.1", "manifest_version": 2, "description": "Full screen visualizer for Spotify Web", "homepage_url": "http:\/\/www.nikodraca.com\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "https:\/\/open.spotify.com\/*", "debugger" ], "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/open.spotify.com\/*" ], "js": [ "src\/inject\/inject.js", "js\/jquery\/jquery.min.js" ] } ] } |