SC Visualizer
Real-Time audio visualizer developed by Rowan McNitt
SC Visualizer क्या है?
SC Visualizer Rowan McNitt द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Real-Time audio visualizer developed by Rowan McNitt"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SC Visualizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
SC Visualizer is an audio-visualizer extension that allows the user to replace the album artwork of the current song page with a visualization. If you're an avid SoundCloud user and would enjoy something to look at while listening to your favorite tunes, this is the extension for you! Simply press the 'Start Visualizer' button to begin. ~~~~~~~~ Guide: To Use: Click the 'puzzle piece' to open extensions, click SoundCloud Visualizer and press the 'Start Visualizer' button. Stack Visuals : Places the 2 visualizations on top of one another Disable Flashing : Disables the minor flashes in the background of the visualizations Flash Intensity : Change the the max-brightness of the background flashing ~~~~~~~~ ~~~~~~~~ Known Issues / Details: - Currently only works on SoundCloud -- YouTube functionality coming soon - Extension only stays active until hard refresh / page change - Visuals take 1-3 seconds to load on new song page - Currently doesn't work for song pages without album covers or with banner art ~~~~~~~~ Developed by Rowan McNitt 2023
एक्सटेंशन की मूल जानकारी
नाम | SC Visualizer |
ID | hhkfadknoadknchckmmpgdgkpifphegg |
आधिकारिक URL | https://chromewebstore.google.com/detail/sc-visualizer/hhkfadknoadknchckmmpgdgkpifphegg |
विवरण | Real-Time audio visualizer developed by Rowan McNitt |
फ़ाइल का आकार | 725 KB |
स्थापना संख्या | 67 |
वर्तमान संस्करण | 1.04 |
अंतिम अपडेट | 2023-09-25 |
प्रकाशन तिथि | 2023-09-22 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | Rowan McNitt |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SC Visualizer", "version": "1.04", "description": "Real-Time audio visualizer developed by Rowan McNitt", "minimum_chrome_version": "116", "permissions": [ "storage" ], "action": { "default_icon": "Visualizer_Icon.png", "default_popup": "overlay.html", "default_title": "SC Visualizer" }, "content_scripts": [ { "matches": [ "https:\/\/soundcloud.com\/*" ], "js": [ "p5.js", "sketch.js" ] } ] } |