SRHelper
Stream Raiders Helper
What is SRHelper?
SRHelper is a Chrome extension developed by HeartBreakOne, and its main feature is "Stream Raiders Helper".
Extension Screenshots
Download SRHelper Extension CRX File
Download SRHelper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | SRHelper |
ID | flgahoglenmjoegheodkhahipokcilal |
Official URL | https://chromewebstore.google.com/detail/srhelper/flgahoglenmjoegheodkhahipokcilal |
Description | Stream Raiders Helper |
File Size | 283 KB |
Installation Count | 49 |
Current Version | 4.0.45 |
Last Updated | 2024-03-05 |
Publish Date | 2023-11-14 |
Rating | 4.67/5 Total 3 Ratings |
Developer | HeartBreakOne |
[email protected] | |
Payment Type | free |
Extension Website | https://mobius-one.github.io/webpage_licenses/autoraiderspolicy.html |
Privacy Policy Page URL | https://mobius-one.github.io/webpage_licenses/autoraiderspolicy.html |
Supported Languages | 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" } } |