WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Snow for Google Chrome

Snow for Google Chrome

View on Chrome Web Store
View Snow for Google Chrome Chrome Extension on Chrome Web Store
Add to bookmarks
3.7 (541 ratings)
1 new ratings
58 views
This extension has been viewed 58 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Add falling snow to your page for a snowstorm effect and turn it into a winter wonderland.
Type
Extension
Users
10,000 users
333
Stefan vd
View author page of Stefan vd
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 30, 2009
Version 2.0.2
Manifest version
3
Updated
Updated on December 4, 2025
lifestyle/fun
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Snow for Google Chrome Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "__MSG_name__",
    "homepage_url": "https:\/\/www.stefanvd.net\/support\/",
    "description": "__MSG_description__",
    "author": "Stefan vd",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "default-src 'none'; style-src 'self'; media-src https:\/\/www.stefanvd.net; frame-src https:\/\/www.youtube.com https:\/\/www.stefanvd.net; connect-src https:\/\/www.stefanvd.net; script-src 'self'; img-src 'self' https:\/\/www.stefanvd.net * data:; object-src 'none'"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "version": "2.0.2",
    "name": "__MSG_namechrome__",
    "action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+M",
                "mac": "MacCtrl+Shift+M"
            }
        },
        "toggle-feature-snow": {
            "suggested_key": {
                "default": "Ctrl+Shift+W",
                "mac": "MacCtrl+Shift+W"
            },
            "description": "__MSG_titelshortsnow__"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/constants.js",
                "scripts\/snowstorm.js"
            ]
        }
    ],
    "offline_enabled": true,
    "minimum_chrome_version": "116",
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus"
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top