Christmas Decorations

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

Co to jest Christmas Decorations?

Christmas Decorations to rozszerzenie Chrome opracowane przez dylantgreene92, a jego główną funkcją jest „Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Christmas Decorations

Pobierz pliki rozszerzeń Christmas Decorations w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Important features:

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

Have fun!                    

Podstawowe informacje o rozszerzeniu

Nazwa Christmas Decorations Christmas Decorations
ID nncenhlenlllhfbbmfcdgaggfhfjlllf
Oficjalny URL https://chromewebstore.google.com/detail/christmas-decorations/nncenhlenlllhfbbmfcdgaggfhfjlllf
Opis Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…
Rozmiar pliku 25.44 KB
Liczba instalacji 64
Aktualna Wersja 0.5
Ostatnia Aktualizacja 2022-12-17
Data Publikacji 2022-12-14
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper dylantgreene92
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}