Christmas Decorations

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

Wat is Christmas Decorations?

Christmas Decorations is een Chrome-extensie ontwikkeld door dylantgreene92, en de belangrijkste functie is "Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Christmas Decorations

Download Christmas Decorations-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Important features:

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

Have fun!                    

Basisinformatie over de Extensie

Naam Christmas Decorations Christmas Decorations
ID nncenhlenlllhfbbmfcdgaggfhfjlllf
Officiële URL https://chromewebstore.google.com/detail/christmas-decorations/nncenhlenlllhfbbmfcdgaggfhfjlllf
Beschrijving Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…
Bestandsgrootte 25.44 KB
Aantal Installaties 64
Huidige Versie 0.5
Laatst Bijgewerkt 2022-12-17
Publicatiedatum 2022-12-14
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar dylantgreene92
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}