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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bhpsngum Productions และคุณลักษณะหลักของมันคือ "A useful and great extension that provides tools for Modding and Ship Editing, also improving your Starblast experience"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Starblast Enhancement Tools

ดาวน์โหลดไฟล์ส่วนขยาย Starblast Enhancement Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Starblast Enhancement Tools Starblast Enhancement Tools
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"
    }
}