Let it snow

Making the internet look a lot like Christmas

What is Let it snow?

Let it snow is a Chrome extension developed by ntwigs, and its main feature is "Making the internet look a lot like Christmas".

Extension Screenshots

screenshot
screenshot
screenshot

Download Let it snow Extension CRX File

Download Let it snow 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

                        Are you tired of boring, lifeless websites that lack the magic of the holiday season? Do you wish you could turn any website into a winter wonderland, complete with falling snowflakes? Look no further than the Let it Snow Chrome Extension! ❤️

With just a simple download, you can transform any website into a festive, snowy paradise. And the best part is that it's completely customizable – you can adjust the amount of snow, the size of the snowflakes, and the speed at which they fall. 🌨️

Not only does Let it Snow make your browsing experience more enjoyable, but it also brings the magic of the season to any website you visit. So why settle for dull, uninspiring websites when you can have a winter wonderland at your fingertips? 🎄

Download the Let it Snow Chrome Extension today and experience the joy of the holiday season on any website you visit. Happy holidays!

How do I use Let it snow? ❄️

It's super easy to get going with Let it snow. Just download the extension, and you should be good to go. The next site you visit will get better than it was before - because now it's snowing.

Features ✔️

So - what does it really do?

- Takes a shitty site and makes it amazing. 🎄
- Makes your favorite site even better! 🎿
- It makes it snow in the browser. ❄️
- Makes listening to Mariah Carey and Bing Crosby a lot more immersive. 🎶

What are you waiting for? Get into that Christmas spirit and install Let it snow!

FAQ

Q: I can't see any snow - what's happening!?

A: You might be visiting a site that is not supported - such as the **Chrome extension store**. It could also be that the site you're visiting is white.. and you know.. snow is white.
---
Q: Why does the extension say "Too warm"?

A: Well.. the site you're visiting might not support extensions - such as the **Chrome extension store**. It might also be that you need to reload the page you're currently visiting.
---
Q: How do I access the Let it snow dropdown?

A: At the top right of your browser - you should see a blue little icon (that's the Let it snow icon), click that and it should show. If the icon isn't showing, there should be a "puzzle button", click that and _pin_ the Let it snow icon. Now it should always be available at the top of your browser.


Merry Christmas, and a happy new year 🎄🎅                    

Extension Basic Information

Name Let it snow Let it snow
ID glbcjjncmcgmnjcnijnnakeeccdojipb
Official URL https://chromewebstore.google.com/detail/let-it-snow/glbcjjncmcgmnjcnijnnakeeccdojipb
Description Making the internet look a lot like Christmas
File Size 104 KB
Installation Count 2,568
Current Version 1.1.0
Last Updated 2022-12-06
Publish Date 2016-12-21
Rating 4.36/5 Total 14 Ratings
Developer ntwigs
Email [email protected]
Payment Type free
Extension Website https://github.com/ntwigs/let-it-snow
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Let it snow",
    "description": "Making the internet look a lot like Christmas",
    "homepage_url": "https:\/\/github.com\/ntwigs\/let-it-snow",
    "version": "1.1.0",
    "icons": {
        "16": "icon16.22c74674.png",
        "19": "icon19.5adc9c57.png",
        "48": "icon48.489adccf.png",
        "128": "icon128.81c73a67.png"
    },
    "action": {
        "default_popup": "popup.cb992925.html"
    },
    "background": {
        "service_worker": "background.742440f2.js"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "snow.916cbcb7.js",
                "support.b80e933b.js"
            ],
            "css": [
                "styles.d1396d5d.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "scripting"
    ]
}