SC Visualizer

Real-Time audio visualizer developed by Rowan McNitt

O que é SC Visualizer?

SC Visualizer é uma extensão do Chrome desenvolvida por Rowan McNitt, e sua principal característica é "Real-Time audio visualizer developed by Rowan McNitt".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão SC Visualizer

Baixe arquivos de extensão SC Visualizer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome SC Visualizer SC Visualizer
ID hhkfadknoadknchckmmpgdgkpifphegg
URL Oficial https://chromewebstore.google.com/detail/sc-visualizer/hhkfadknoadknchckmmpgdgkpifphegg
Descrição Real-Time audio visualizer developed by Rowan McNitt
Tamanho do Arquivo 725 KB
Contagem de Instalações 67
Versão Atual 1.04
Última Atualização 2023-09-25
Data de Publicação 2023-09-22
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Rowan McNitt
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}