SRHelper
Stream Raiders Helper
SRHelper क्या है?
SRHelper HeartBreakOne द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stream Raiders Helper"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SRHelper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |