Let it snow

Making the internet look a lot like Christmas

O que é Let it snow?

Let it snow é uma extensão do Chrome desenvolvida por ntwigs, e sua principal característica é "Making the internet look a lot like Christmas".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Let it snow

Baixe arquivos de extensão Let it snow no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Let it snow Let it snow
ID glbcjjncmcgmnjcnijnnakeeccdojipb
URL Oficial https://chromewebstore.google.com/detail/let-it-snow/glbcjjncmcgmnjcnijnnakeeccdojipb
Descrição Making the internet look a lot like Christmas
Tamanho do Arquivo 104 KB
Contagem de Instalações 2,568
Versão Atual 1.1.0
Última Atualização 2022-12-06
Data de Publicação 2016-12-21
Classificação 4.36/5 Total de 14 Avaliações
Desenvolvedor ntwigs
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/ntwigs/let-it-snow
Idiomas Suportados 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"
    ]
}