Christmas Decorations

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

Qu'est-ce que Christmas Decorations ?

Christmas Decorations est une extension Chrome développée par dylantgreene92, et sa fonction principale est "Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Christmas Decorations

Téléchargez les fichiers d'extension Christmas Decorations au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Important features:

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

Have fun!                    

Informations de Base sur l'Extension

Nom Christmas Decorations Christmas Decorations
ID nncenhlenlllhfbbmfcdgaggfhfjlllf
URL Officiel https://chromewebstore.google.com/detail/christmas-decorations/nncenhlenlllhfbbmfcdgaggfhfjlllf
Description Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…
Taille du Fichier 25.44 KB
Nombre d'Installations 64
Version Actuelle 0.5
Dernière Mise à Jour 2022-12-17
Date de Publication 2022-12-14
Évaluation 5.00/5 Total 2 Évaluations
Développeur dylantgreene92
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}