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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Additional features and quality of life improvements for Sylestia. See this thread for more details. https://www.sylestia.com/forums/?thread=102119
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sylestia Extension 2 |
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 |
URL หน้าช่วยเหลือ | 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" ] } ] } |