Starblast Enhancement Tools
A useful and great extension that provides tools for Modding and Ship Editing, also improving your Starblast experience
Starblast Enhancement Tools란 무엇입니까?
Starblast Enhancement Tools은(는) Bhpsngum Productions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A useful and great extension that provides tools for Modding and Ship Editing, also improving your Starblast experience"입니다.
확장 프로그램 스크린샷
Starblast Enhancement Tools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
PLEASE NOTE: - This extension has no intentions to become a hacking client. We tried our best adding a new breeze to the game experience without accidentally introducing game-hacking features. - And due to the restrictions of the main Starblast Discord, please refrain from discussing about the extension there. Although widely known and trusted by members in the community, this extension still yet hasn't received the official recognition from the game developers. If you are tired of editing code, or think that the game is lacking some functions, then this extension is for you. Starblast Enhancements Tools not only adds more functions to Modding and Ship Editing, but also makes all Starblast pages a look little bit better and make them more functional. You can also contribute more modding tools and decoration ideas or reporting extension bugs through the extension. Support Discord: https://bhpsngum.github.io/redirect?id=SET_Discord_Support Source Code: https://github.com/Bhpsngum/StarblastEnhancementsTools Wiki: https://github.com/Bhpsngum/StarblastEnhancementsTools/wiki
확장 프로그램 기본 정보
이름 | |
ID | bidhmieomigmdphceifkifanapkgmplc |
공식 URL | https://chrome.google.com/webstore/detail/starblast-enhancement-too/bidhmieomigmdphceifkifanapkgmplc |
설명 | A useful and great extension that provides tools for Modding and Ship Editing, also improving your Starblast experience |
파일 크기 | 3.79 MB |
설치 횟수 | 415 |
현재 버전 | 2.2.2 |
최근 업데이트 | 2022-08-07 |
출시 날짜 | 2020-12-06 |
평점 | 5.00/5 총 10 개의 평점 |
개발자 | Bhpsngum Productions |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Bhpsngum/StarblastEnhancementsTools#readme |
도움말 페이지 URL | https://bhpsngum.github.io/redirect?id=SET_Discord_Support |
지원되는 언어 | ms,de,en,fil,fr,nl,vi,tr,es,pt-BR,ru,zh-CN,zh-TW,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Starblast Enhancement Tools", "short_name": "SET", "version": "2.2.2", "author": "Bhpsngum", "default_locale": "en", "description": "__MSG_desc__", "homepage_url": "https:\/\/bhpsngum.github.io\/", "devtools_page": "\/html\/DevTools\/DevTools.html", "offline_enabled": true, "content_scripts": [ { "matches": [ "*:\/\/starblast.io\/*", "*:\/\/starblast.pleshkov.dev\/*", "*:\/\/starblast.dankdmitron.dev\/*", "*:\/\/starblast.data.neuronality.com\/*", "*:\/\/bhpsngum.github.io\/starblast\/*", "*:\/\/starblast-shipyard.github.io\/*", "*:\/\/starblast.fandom.com\/*" ], "all_frames": true, "js": [ "\/js\/main\/root\/algorithm\/main.js", "\/js\/main\/root\/decoration\/main.js" ] } ], "background": { "scripts": [ "\/js\/background\/main\/background.js" ], "persistent": false }, "commands": { "in-game-settings": { "suggested_key": { "default": "Ctrl+Shift+S", "mac": "Alt+C" }, "description": "Toggle In-game Settings (starblast.io client only)" }, "info": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "Alt+I" }, "description": "Toggle Game Info" }, "changelog": { "suggested_key": { "default": "Ctrl+Shift+L", "mac": "Alt+L" }, "description": "Toggle In-game Changelog (starblast.io client only)" } }, "options_page": "\/html\/options\/options.html", "permissions": [ "declarativeContent", "storage", "*:\/\/starblast.io\/*", "*:\/\/starblast.pleshkov.dev\/*", "*:\/\/starblast.dankdmitron.dev\/*", "*:\/\/starblast.data.neuronality.com\/*", "*:\/\/starblast-shipyard.github.io\/*", "*:\/\/bhpsngum.github.io\/*", "*:\/\/starblastio.gamepedia.com\/*" ], "web_accessible_resources": [ "\/js\/*.js", "\/html\/tools\/*.html", "\/_locales\/*.json" ], "icons": { "64": "\/icons\/main\/icon.png" }, "page_action": { "default_icon": "\/icons\/main\/icon.png", "default_popup": "\/html\/popup\/popup.html" } } |