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