SC Visualizer
Real-Time audio visualizer developed by Rowan McNitt
什麼是SC Visualizer?
SC Visualizer是由Rowan McNitt開發的Chrome擴展程式,該擴展的主要功能是“Real-Time audio visualizer developed by Rowan McNitt”。
擴展截圖
下載SC Visualizer擴展crx文件
下載SC Visualizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | hhkfadknoadknchckmmpgdgkpifphegg |
| 官方網址 | 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"
]
}
]
} | |