SRHelper

Stream Raiders Helper

SRHelper란 무엇입니까?

SRHelper은(는) HeartBreakOne에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stream Raiders Helper"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

SRHelper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}