Christmas Decorations

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

Vad är Christmas Decorations?

Christmas Decorations är en Chrome-tillägg utvecklad av dylantgreene92, och dess huvudfunktion är "Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…".

Tilläggsskärmbilder

screenshot

Ladda ner Christmas Decorations-förlängningens CRX-fil

Ladda ner Christmas Decorations-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Important features:

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

Have fun!                    

Grundläggande Information om Tillägg

Namn Christmas Decorations Christmas Decorations
ID nncenhlenlllhfbbmfcdgaggfhfjlllf
Officiell webbadress https://chromewebstore.google.com/detail/christmas-decorations/nncenhlenlllhfbbmfcdgaggfhfjlllf
Beskrivning Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…
Filstorlek 25.44 KB
Antal Installationer 64
Aktuell Version 0.5
Senast Uppdaterad 2022-12-17
Publiceringsdatum 2022-12-14
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare dylantgreene92
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}