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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}