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 |
Eメール | [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" } } |