Sylestia Extension 2
More features for Sylestia.
Sylestia Extension 2란 무엇입니까?
Sylestia Extension 2은(는) tigress에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "More features for Sylestia."입니다.
확장 프로그램 스크린샷
Sylestia Extension 2 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |