Snow this website

Let It Snow Today

Cos'è Snow this website?

Snow this website è un'estensione di Chrome sviluppata da mastaleru.rafael, e la sua funzione principale è "Let It Snow Today".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Snow this website

Scarica i file di estensione Snow this website in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Snow this website Snow this website
ID dhodhnbmihkikehapfaellcieljelgnp
URL Ufficiale https://chrome.google.com/webstore/detail/snow-this-website/dhodhnbmihkikehapfaellcieljelgnp
Descrizione Let It Snow Today
Dimensione del File 88.58 KB
Conteggio Installazioni 654
Versione Corrente 0.0.2
Ultimo Aggiornamento 2016-12-16
Data di Pubblicazione 2016-12-16
Valutazione 3.50/5 Totale 8 Valutazioni
Sviluppatore mastaleru.rafael
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://plusprivacy.com/privacy-policy
Lingue Supportate 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\/*"
    ]
}