Spotify Web Visualizer
Full screen visualizer for Spotify Web
Spotify Web Visualizer क्या है?
Spotify Web Visualizer http://nikodraca.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Full screen visualizer for Spotify Web"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Spotify Web Visualizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | cioamabllelecbeliakinadcmlilkigp |
आधिकारिक URL | https://chrome.google.com/webstore/detail/spotify-web-visualizer/cioamabllelecbeliakinadcmlilkigp |
विवरण | Full screen visualizer for Spotify Web |
फ़ाइल का आकार | 120 KB |
स्थापना संख्या | 3,000 |
वर्तमान संस्करण | 0.2.1 |
अंतिम अपडेट | 2020-05-22 |
प्रकाशन तिथि | 2020-05-22 |
रेटिंग | 2.28/5 कुल 18 रेटिंग्स |
डेवलपर | http://nikodraca.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.nikodraca.com |
समर्थित भाषाएँ | 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" ] } ] } |