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
官方網址 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
}