Christmas Decorations

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

Apa itu Christmas Decorations?

Christmas Decorations adalah ekstensi Chrome yang dikembangkan oleh dylantgreene92, dan fitur utamanya adalah "Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Christmas Decorations

Unduh file ekstensi Christmas Decorations dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Important features:

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

Have fun!                    

Informasi Dasar Ekstensi

Nama Christmas Decorations Christmas Decorations
ID nncenhlenlllhfbbmfcdgaggfhfjlllf
URL Resmi https://chromewebstore.google.com/detail/christmas-decorations/nncenhlenlllhfbbmfcdgaggfhfjlllf
Deskripsi Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…
Ukuran File 25.44 KB
Jumlah Instalasi 64
Versi Saat Ini 0.5
Terakhir Diperbarui 2022-12-17
Tanggal Publikasi 2022-12-14
Penilaian 5.00/5 Total 2 Penilaian
Pengembang dylantgreene92
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}