Snow this website

Let It Snow Today

O que é Snow this website?

Snow this website é uma extensão do Chrome desenvolvida por mastaleru.rafael, e sua principal característica é "Let It Snow Today".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Snow this website

Baixe arquivos de extensão Snow this website 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

                        This extension add to your websites some snowflakes. You have the opportunity to catch them. You have 30 seconds to catch the snowflakes. When a snowflake is caught, another 2 snowflakes will appear on the screen.                    

Informações Básicas da Extensão

Nome Snow this website Snow this website
ID dhodhnbmihkikehapfaellcieljelgnp
URL Oficial https://chrome.google.com/webstore/detail/snow-this-website/dhodhnbmihkikehapfaellcieljelgnp
Descrição Let It Snow Today
Tamanho do Arquivo 88.58 KB
Contagem de Instalações 654
Versão Atual 0.0.2
Última Atualização 2016-12-16
Data de Publicação 2016-12-16
Classificação 3.50/5 Total de 8 Avaliações
Desenvolvedor mastaleru.rafael
Tipo de Pagamento free
URL da Página de Política de Privacidade https://plusprivacy.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snow this website",
    "description": "Let It Snow Today",
    "version": "0.0.2",
    "browser_action": {
        "default_icon": "icons\/icon48.png"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": false,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "scripts\/snow.js",
                "content.js"
            ],
            "css": [
                "snow.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        "images\/*"
    ]
}