SnowFlakes

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

What is SnowFlakes?

SnowFlakes is a Chrome extension developed by Nataliya Stepanova, and its main feature is "Add snowflakes effect to any page for the New Year mood!".

Extension Screenshots

screenshot
screenshot

Download SnowFlakes Extension CRX File

Download SnowFlakes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        🌨️ 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. ❄️                    

Extension Basic Information

Name SnowFlakes SnowFlakes
ID fggnhphfohemekoiocpiogmhkkmeogph
Official URL https://chromewebstore.google.com/detail/snowflakes/fggnhphfohemekoiocpiogmhkkmeogph
Description Add snowflakes effect to any page for the New Year mood!
File Size 24.91 KB
Installation Count 284
Current Version 1.2.0
Last Updated 2023-12-26
Publish Date 2020-12-30
Rating 4.50/5 Total 4 Ratings
Developer Nataliya Stepanova
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}