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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

SC Visualizer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
            ]
        }
    ]
}