Christmas Decorations

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

Hvad er Christmas Decorations?

Christmas Decorations er en Chrome-udvidelse udviklet af dylantgreene92, og dens hovedfunktion er "Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…".

Udvidelsesskærmbilleder

screenshot

Download Christmas Decorations-udvidelses-CRX-fil

Download Christmas Decorations-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Important features:

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

Have fun!                    

Grundlæggende oplysninger om udvidelsen

Navn Christmas Decorations Christmas Decorations
ID nncenhlenlllhfbbmfcdgaggfhfjlllf
Officiel URL https://chromewebstore.google.com/detail/christmas-decorations/nncenhlenlllhfbbmfcdgaggfhfjlllf
Beskrivelse Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…
Filstørrelse 25.44 KB
Antal Installationer 64
Nuværende Version 0.5
Senest Opdateret 2022-12-17
Udgivelsesdato 2022-12-14
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler dylantgreene92
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}