Snow this website

Let It Snow Today

Was ist Snow this website?

Snow this website ist eine Chrome-Erweiterung, die von mastaleru.rafael entwickelt wurde, und ihr Hauptmerkmal ist "Let It Snow Today".

Erweiterungsscreenshots

screenshot
screenshot

Snow this website-Erweiterungs-CRX-Datei herunterladen

Laden Sie Snow this website-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Snow this website Snow this website
ID dhodhnbmihkikehapfaellcieljelgnp
Offizielle URL https://chrome.google.com/webstore/detail/snow-this-website/dhodhnbmihkikehapfaellcieljelgnp
Beschreibung Let It Snow Today
Dateigröße 88.58 KB
Installationsanzahl 654
Aktuelle Version 0.0.2
Letztes Update 2016-12-16
Veröffentlichungsdatum 2016-12-16
Bewertung 3.50/5 Insgesamt 8 Bewertungen
Entwickler mastaleru.rafael
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://plusprivacy.com/privacy-policy
Unterstützte Sprachen 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\/*"
    ]
}