Christmas Decorations

Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…

Co je Christmas Decorations?

Christmas Decorations je rozšíření Chrome vyvinuté dylantgreene92, a jeho hlavní funkcí je „Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Christmas Decorations

Stáhněte si soubory rozšíření Christmas Decorations 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í

                        Important features:

- Adds Christmas decorations to any webpage
- Decoration settings can be customized through the extensions pop-up menu

Have fun!                    

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

Název Christmas Decorations Christmas Decorations
ID nncenhlenlllhfbbmfcdgaggfhfjlllf
Oficiální URL https://chromewebstore.google.com/detail/christmas-decorations/nncenhlenlllhfbbmfcdgaggfhfjlllf
Popis Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…
Velikost souboru 25.44 KB
Počet instalací 64
Aktuální Verze 0.5
Poslední Aktualizace 2022-12-17
Datum Vydání 2022-12-14
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář dylantgreene92
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Christmas Decorations",
    "version": "0.5",
    "permissions": [
        "storage"
    ],
    "icons": {
        "48": "icons\/48.png",
        "96": "icons\/96.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/mainloop.js",
                "content\/main.js"
            ],
            "css": [
                "content\/styles.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_icon": "icons\/96.png",
        "default_title": "Christmas Decorations",
        "default_popup": "popup\/index.html",
        "browser_style": true
    },
    "manifest_version": 3
}