Sylestia Extension 2
More features for Sylestia.
ما هو Sylestia Extension 2؟
Sylestia Extension 2 هو إضافة Chrome تم تطويرها بواسطة tigress، والميزة الرئيسية لها هي "More features for Sylestia.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Sylestia Extension 2
قم بتنزيل ملفات الامتداد Sylestia Extension 2 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        Additional features and quality of life improvements for Sylestia. 
See this thread for more details.
https://www.sylestia.com/forums/?thread=102119                     معلومات أساسية عن التمديد
| الاسم |   |  
| ID | gfpcobjmcnddnckgolhinjgdngmbheag | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/sylestia-extension-2/gfpcobjmcnddnckgolhinjgdngmbheag | 
| الوصف | More features for Sylestia. | 
| حجم الملف | 89.3 KB | 
| عدد التثبيتات | 223 | 
| النسخة الحالية | 1.5 | 
| آخر تحديث | 2022-10-28 | 
| تاريخ النشر | 2022-03-24 | 
| تقييم | 5.00/5 مجموع تقييمات 4 | 
| المطور | tigress | 
| البريد الإلكتروني | [email protected] | 
| نوع الدفع | free | 
| موقع الإضافة | https://www.sylestia.com/forums/?thread=102119 | 
| عنوان صفحة المساعدة | https://www.sylestia.com/forums/?thread=102119 | 
| اللغات المدعومة | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sylestia Extension 2",
    "version": "1.5",
    "manifest_version": 3,
    "author": "Tigress",
    "icons": {
        "48": "icon.png"
    },
    "description": "More features for Sylestia.",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "settings.html"
    },
    "options_ui": {
        "page": "settings.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/www.sylestia.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.sylestia.com\/*"
            ],
            "css": [
                "styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/forums\/?forum=*"
            ],
            "js": [
                "forumSearch.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/generator\/"
            ],
            "js": [
                "randomTraits.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/nurture\/*"
            ],
            "js": [
                "nurtureKeysBare.js"
            ],
            "css": [
                "styles.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/explore\/megazone\/?zone=thelostgrove*"
            ],
            "js": [
                "LGbuttons.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/explore\/inventory\/*"
            ],
            "js": [
                "inventoryKeys.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/trade\/tradebroker\/*"
            ],
            "js": [
                "brokerAviItems.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/view\/pets\/?petid=*"
            ],
            "js": [
                "petProfileNurture.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/explore\/newzone\/?zone=*"
            ],
            "js": [
                "festZone.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/festival\/festival_spring\/sylesti_garden\/*"
            ],
            "js": [
                "garden.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/festival\/festival_summer\/sylesti_beach\/*"
            ],
            "js": [
                "beach.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/festival\/festival_fall\/sylesti_brewing\/*"
            ],
            "js": [
                "brew.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/festival\/festival_fall\/trick_or_treat\/*"
            ],
            "js": [
                "ToT.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.sylestia.com\/view\/pets\/?petid=*"
            ],
            "js": [
                "release.js"
            ]
        }
    ]
}  |  |