SRHelper
Stream Raiders Helper
什麼是SRHelper?
SRHelper是由HeartBreakOne開發的Chrome擴展程式,該擴展的主要功能是“Stream Raiders Helper”。
擴展截圖
下載SRHelper擴展crx文件
下載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 |
ID | flgahoglenmjoegheodkhahipokcilal |
官方網址 | 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" } } |