Christmas Decorations

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

¿Qué es Christmas Decorations?

Christmas Decorations es una extensión de Chrome desarrollada por dylantgreene92, y su función principal es "Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Christmas Decorations

Descarga archivos de extensión Christmas Decorations en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Important features:

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

Have fun!                    

Información Básica de la Extensión

Nombre Christmas Decorations Christmas Decorations
ID nncenhlenlllhfbbmfcdgaggfhfjlllf
URL Oficial https://chromewebstore.google.com/detail/christmas-decorations/nncenhlenlllhfbbmfcdgaggfhfjlllf
Descripción Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…
Tamaño del Archivo 25.44 KB
Cantidad de Instalaciones 64
Versión Actual 0.5
Última Actualización 2022-12-17
Fecha de Publicación 2022-12-14
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador dylantgreene92
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}