Christmas Decorations

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

Christmas Decorationsคืออะไร?

Christmas Decorations เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dylantgreene92 และคุณลักษณะหลักของมันคือ "Important features: - Adds Christmas decorations to any webpage - Decoration settings can be customized through the extensions…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Christmas Decorations

ดาวน์โหลดไฟล์ส่วนขยาย 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
}