Christmas Decorations

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

Christmas Decorations là gì?

Christmas Decorations là một tiện ích mở rộng Chrome được phát triển bởi dylantgreene92, và tính năng chính của nó là "Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Christmas Decorations

Tải xuống các tệp mở rộng Christmas Decorations dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Important features:

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

Have fun!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Christmas Decorations Christmas Decorations
ID nncenhlenlllhfbbmfcdgaggfhfjlllf
URL Chính Thức https://chromewebstore.google.com/detail/christmas-decorations/nncenhlenlllhfbbmfcdgaggfhfjlllf
Mô tả Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…
Kích Thước Tệp 25.44 KB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2022-12-17
Ngày Phát Hành 2022-12-14
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển dylantgreene92
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}