Christmas Decorations

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

Was ist Christmas Decorations?

Christmas Decorations ist eine Chrome-Erweiterung, die von dylantgreene92 entwickelt wurde, und ihr Hauptmerkmal ist "Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…".

Erweiterungsscreenshots

screenshot

Christmas Decorations-Erweiterungs-CRX-Datei herunterladen

Laden Sie Christmas Decorations-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

                        Important features:

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

Have fun!                    

Grundlegende Informationen zur Erweiterung

Name Christmas Decorations Christmas Decorations
ID nncenhlenlllhfbbmfcdgaggfhfjlllf
Offizielle URL https://chromewebstore.google.com/detail/christmas-decorations/nncenhlenlllhfbbmfcdgaggfhfjlllf
Beschreibung Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…
Dateigröße 25.44 KB
Installationsanzahl 64
Aktuelle Version 0.5
Letztes Update 2022-12-17
Veröffentlichungsdatum 2022-12-14
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler dylantgreene92
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}