Christmas Decorations

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

Cos'è Christmas Decorations?

Christmas Decorations è un'estensione di Chrome sviluppata da dylantgreene92, e la sua funzione principale è "Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Christmas Decorations

Scarica i file di estensione Christmas Decorations in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Important features:

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

Have fun!                    

Informazioni di Base sull'Estensione

Nome Christmas Decorations Christmas Decorations
ID nncenhlenlllhfbbmfcdgaggfhfjlllf
URL Ufficiale https://chromewebstore.google.com/detail/christmas-decorations/nncenhlenlllhfbbmfcdgaggfhfjlllf
Descrizione Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…
Dimensione del File 25.44 KB
Conteggio Installazioni 64
Versione Corrente 0.5
Ultimo Aggiornamento 2022-12-17
Data di Pubblicazione 2022-12-14
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore dylantgreene92
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}