SnowFlakes

Add snowflakes effect to any page for the New Year mood!

O que é SnowFlakes?

SnowFlakes é uma extensão do Chrome desenvolvida por Nataliya Stepanova, e sua principal característica é "Add snowflakes effect to any page for the New Year mood!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão SnowFlakes

Baixe arquivos de extensão SnowFlakes 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

                        🌨️ Bring the spirit of the New Year to your browser with the SnowFlakes extension! Imagine a gentle snowfall gracing every webpage you visit, creating a cozy winter atmosphere as you browse.

With a simple click on the extension's icon, a friendly switch appears, giving you the power to turn on or off this snowy wonderland across all websites. But there's more! Personalize your snowfall experience by adjusting the color, opacity, intensity, and even the way the snowflakes dance down your screen. Whether you're in the mood for a light, fluttery snowfall or a more intense flurry, SnowFlakes has got you covered.

Celebrate the season every time you surf the web with a little touch of winter magic. ❄️                    

Informações Básicas da Extensão

Nome SnowFlakes SnowFlakes
ID fggnhphfohemekoiocpiogmhkkmeogph
URL Oficial https://chromewebstore.google.com/detail/snowflakes/fggnhphfohemekoiocpiogmhkkmeogph
Descrição Add snowflakes effect to any page for the New Year mood!
Tamanho do Arquivo 24.91 KB
Contagem de Instalações 284
Versão Atual 1.2.0
Última Atualização 2023-12-26
Data de Publicação 2020-12-30
Classificação 4.50/5 Total de 4 Avaliações
Desenvolvedor Nataliya Stepanova
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SnowFlakes",
    "version": "1.2.0",
    "description": "Add snowflakes effect to any page for the New Year mood!",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "assets\/logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/snowflakes.js",
                "scripts\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "*.png"
    ],
    "browser_action": {
        "default_popup": "pages\/popup.html"
    }
}