Sylestia Extension 2
More features for Sylestia.
什麼是Sylestia Extension 2?
Sylestia Extension 2是由tigress開發的Chrome擴展程式,該擴展的主要功能是“More features for Sylestia.”。
擴展截圖
下載Sylestia Extension 2擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | gfpcobjmcnddnckgolhinjgdngmbheag |
| 官方網址 | 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"
]
}
]
} | |