Let it snow

Making the internet look a lot like Christmas

Let it snowとは何ですか?

Let it snowはntwigsによって開発されたChromeの拡張機能で、その主な機能は「Making the internet look a lot like Christmas」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Let it snow拡張機能のCRXファイルをダウンロード

Let it snow拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}