SRHelper

Stream Raiders Helper

Cos'è SRHelper?

SRHelper è un'estensione di Chrome sviluppata da HeartBreakOne, e la sua funzione principale è "Stream Raiders Helper".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione SRHelper

Scarica i file di estensione SRHelper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome SRHelper SRHelper
ID flgahoglenmjoegheodkhahipokcilal
URL Ufficiale https://chromewebstore.google.com/detail/srhelper/flgahoglenmjoegheodkhahipokcilal
Descrizione Stream Raiders Helper
Dimensione del File 283 KB
Conteggio Installazioni 49
Versione Corrente 4.0.45
Ultimo Aggiornamento 2024-03-05
Data di Pubblicazione 2023-11-14
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore HeartBreakOne
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mobius-one.github.io/webpage_licenses/autoraiderspolicy.html
URL della Pagina della Politica sulla Privacy https://mobius-one.github.io/webpage_licenses/autoraiderspolicy.html
Lingue Supportate 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"
    }
}