Let it snow!

More snow in your browser!

Wat is Let it snow!?

Let it snow! is een Chrome-extensie ontwikkeld door jenskofodhansen, en de belangrijkste functie is "More snow in your browser!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Let it snow!

Download Let it snow!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Adding a nice winterly snow in your browser. Get yourself into a nice christmas mood and relax watching the snow falling slow and steady. You can always disable the snow from the pop up icon. You just need to refresh the page afterwards.

The source code is from Scott Schiller under the BSD licence:
DHTML Snowstorm! JavaScript-based snow for web pages
Making it snow on the internets since 2003. You're welcome.
 -----------------------------------------------------------
Version 1.44.20131208 (Previous rev: 1.44.20131125)
Copyright (c) 2007, Scott Schiller. All rights reserved.
Code provided under the BSD License
http://schillmania.com/projects/snowstorm/license.txt                    

Basisinformatie over de Extensie

Naam Let it snow! Let it snow!
ID jllhhnlhilciklchgekpbenjdccclamj
Officiële URL https://chrome.google.com/webstore/detail/let-it-snow/jllhhnlhilciklchgekpbenjdccclamj
Beschrijving More snow in your browser!
Bestandsgrootte 66.13 KB
Aantal Installaties 290
Huidige Versie 1.0.3
Laatst Bijgewerkt 2018-12-09
Publicatiedatum 2018-12-06
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar jenskofodhansen
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Let it snow!",
    "description": "More snow in your browser!",
    "version": "1.0.3",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon32.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscripts\/snow.js"
            ]
        }
    ]
}