Let it snow

Making the internet look a lot like Christmas

Vad är Let it snow?

Let it snow är en Chrome-tillägg utvecklad av ntwigs, och dess huvudfunktion är "Making the internet look a lot like Christmas".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Let it snow-förlängningens CRX-fil

Ladda ner Let it snow-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Let it snow Let it snow
ID glbcjjncmcgmnjcnijnnakeeccdojipb
Officiell webbadress https://chromewebstore.google.com/detail/let-it-snow/glbcjjncmcgmnjcnijnnakeeccdojipb
Beskrivning Making the internet look a lot like Christmas
Filstorlek 104 KB
Antal Installationer 2,568
Aktuell Version 1.1.0
Senast Uppdaterad 2022-12-06
Publiceringsdatum 2016-12-21
Betyg 4.36/5 Totalt 14 Betyg
Utvecklare ntwigs
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/ntwigs/let-it-snow
Stödda Språk 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"
    ]
}