Let it snow!

More snow in your browser!

O que é Let it snow!?

Let it snow! é uma extensão do Chrome desenvolvida por jenskofodhansen, e sua principal característica é "More snow in your browser!".

Capturas de Tela da Extensão

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

                        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                    

Informações Básicas da Extensão

Nome Let it snow! Let it snow!
ID jllhhnlhilciklchgekpbenjdccclamj
URL Oficial https://chrome.google.com/webstore/detail/let-it-snow/jllhhnlhilciklchgekpbenjdccclamj
Descrição More snow in your browser!
Tamanho do Arquivo 66.13 KB
Contagem de Instalações 290
Versão Atual 1.0.3
Última Atualização 2018-12-09
Data de Publicação 2018-12-06
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor jenskofodhansen
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}