Christmas Decorations

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

什么是Christmas Decorations?

Christmas Decorations是由dylantgreene92开发的Chrome扩展程序,该扩展的主要功能是“Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…”。

扩展截图

screenshot

下载Christmas Decorations扩展crx文件

下载Christmas Decorations扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Important features:

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

Have fun!                    

扩展基本信息

名称 Christmas Decorations Christmas Decorations
ID nncenhlenlllhfbbmfcdgaggfhfjlllf
官方URL https://chromewebstore.google.com/detail/christmas-decorations/nncenhlenlllhfbbmfcdgaggfhfjlllf
简介 Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…
文件大小 25.44 KB
安装次数 64
当前版本 0.5
更新时间 2022-12-17
上架时间 2022-12-14
评分 5.00/5 共2次评分
开发者 dylantgreene92
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}