Christmas Decorations

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

O que é Christmas Decorations?

Christmas Decorations é uma extensão do Chrome desenvolvida por dylantgreene92, e sua principal característica é "Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Christmas Decorations

Baixe arquivos de extensão Christmas Decorations no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Important features:

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

Have fun!                    

Informações Básicas da Extensão

Nome Christmas Decorations Christmas Decorations
ID nncenhlenlllhfbbmfcdgaggfhfjlllf
URL Oficial https://chromewebstore.google.com/detail/christmas-decorations/nncenhlenlllhfbbmfcdgaggfhfjlllf
Descrição Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…
Tamanho do Arquivo 25.44 KB
Contagem de Instalações 64
Versão Atual 0.5
Última Atualização 2022-12-17
Data de Publicação 2022-12-14
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor dylantgreene92
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}