Let it snow

Making the internet look a lot like Christmas

Let it snow क्या है?

Let it snow ntwigs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Making the internet look a lot like Christmas"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Let it snow एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 🎄🎅                    

एक्सटेंशन की मूल जानकारी

नाम Let it snow Let it snow
ID glbcjjncmcgmnjcnijnnakeeccdojipb
आधिकारिक URL https://chromewebstore.google.com/detail/let-it-snow/glbcjjncmcgmnjcnijnnakeeccdojipb
विवरण Making the internet look a lot like Christmas
फ़ाइल का आकार 104 KB
स्थापना संख्या 2,568
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2022-12-06
प्रकाशन तिथि 2016-12-21
रेटिंग 4.36/5 कुल 14 रेटिंग्स
डेवलपर ntwigs
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ntwigs/let-it-snow
समर्थित भाषाएँ 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"
    ]
}