Snow this website

Let It Snow Today

Co je Snow this website?

Snow this website je rozšíření Chrome vyvinuté mastaleru.rafael, a jeho hlavní funkcí je „Let It Snow Today“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Snow this website

Stáhněte si soubory rozšíření Snow this website ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Snow this website Snow this website
ID dhodhnbmihkikehapfaellcieljelgnp
Oficiální URL https://chrome.google.com/webstore/detail/snow-this-website/dhodhnbmihkikehapfaellcieljelgnp
Popis Let It Snow Today
Velikost souboru 88.58 KB
Počet instalací 654
Aktuální Verze 0.0.2
Poslední Aktualizace 2016-12-16
Datum Vydání 2016-12-16
Hodnocení 3.50/5 Celkem 8 Hodnocení
Vývojář mastaleru.rafael
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://plusprivacy.com/privacy-policy
Podporované Jazyky 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\/*"
    ]
}