SRHelper

Stream Raiders Helper

SRHelperคืออะไร?

SRHelper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HeartBreakOne และคุณลักษณะหลักของมันคือ "Stream Raiders Helper"

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

screenshot
screenshot
screenshot

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

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

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

                        Assistant tool to help you play Stream Raiders with your personal settings, log your battles, filter captains and more.
Install the extension and open Stream Raiders to get started.
Click the extension icon to access your settings.                    

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

ชื่อ SRHelper SRHelper
ID flgahoglenmjoegheodkhahipokcilal
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/srhelper/flgahoglenmjoegheodkhahipokcilal
คำอธิบาย Stream Raiders Helper
ขนาดไฟล์ 283 KB
จำนวนการติดตั้ง 49
เวอร์ชันปัจจุบัน 4.0.45
อัปเดตครั้งล่าสุด 2024-03-05
วันที่เผยแพร่ 2023-11-14
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา HeartBreakOne
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mobius-one.github.io/webpage_licenses/autoraiderspolicy.html
URL หน้านโยบายความเป็นส่วนตัว https://mobius-one.github.io/webpage_licenses/autoraiderspolicy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SRHelper",
    "version": "4.0.45",
    "description": "Stream Raiders Helper",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "icons\/icon-128.png",
            "128": "icons\/icon-128.png"
        }
    },
    "permissions": [
        "storage",
        "declarativeNetRequestWithHostAccess",
        "cookies"
    ],
    "options_ui": {
        "page": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js",
                "collector.js",
                "game_mode_manager.js",
                "storage_manager.js",
                "state_handler.js",
                "switch_handler.js",
                "captain_handler.js",
                "inject_handler.js",
                "idle_handler.js",
                "rotation_handler.js",
                "log_handler.js",
                "settings.js",
                "marker_handler.js",
                "open_map_handler.js",
                "masterlist_handler.js",
                "units_handler.js",
                "battle_message_handler.js",
                "quest_handler.js"
            ],
            "matches": [
                "https:\/\/www.streamraiders.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "settings.html"
            ],
            "matches": [
                "https:\/\/www.streamraiders.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/www.streamraiders.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png"
    }
}