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 |
| 公式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 |
| Eメール | [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"
]
}
]
} | |