SRHelper

Stream Raiders Helper

SRHelper là gì?

SRHelper là một tiện ích mở rộng Chrome được phát triển bởi HeartBreakOne, và tính năng chính của nó là "Stream Raiders Helper".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SRHelper

Tải xuống các tệp mở rộng SRHelper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SRHelper SRHelper
ID flgahoglenmjoegheodkhahipokcilal
URL Chính Thức https://chromewebstore.google.com/detail/srhelper/flgahoglenmjoegheodkhahipokcilal
Mô tả Stream Raiders Helper
Kích Thước Tệp 283 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 4.0.45
Cập Nhật Lần Cuối 2024-03-05
Ngày Phát Hành 2023-11-14
Đánh Giá 4.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển HeartBreakOne
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mobius-one.github.io/webpage_licenses/autoraiderspolicy.html
URL Trang Chính Sách Bảo Mật https://mobius-one.github.io/webpage_licenses/autoraiderspolicy.html
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}