HSR Daily Check-in

Automatic daily check-ins for Honkai: Star Rail

Cos'è HSR Daily Check-in?

HSR Daily Check-in è un'estensione di Chrome sviluppata da Ruiqi Mao, e la sua funzione principale è "Automatic daily check-ins for Honkai: Star Rail".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione HSR Daily Check-in

Scarica i file di estensione HSR Daily Check-in 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

                        Automatically perform HoYoLAB daily check-ins for Honkai: Star Rail. This runs in the background and guarantees that you will never miss a day of rewards. All you need is to log into your account on HoYoLAB.

Check-ins are randomized to be done anywhere between 5 and 10 minutes after check-in is available. Discord webhook notifications are also available.                    

Informazioni di Base sull'Estensione

Nome HSR Daily Check-in HSR Daily Check-in
ID kjhhggbcmnpefbdebeenagdnhpblccmb
URL Ufficiale https://chromewebstore.google.com/detail/hsr-daily-check-in/kjhhggbcmnpefbdebeenagdnhpblccmb
Descrizione Automatic daily check-ins for Honkai: Star Rail
Dimensione del File 63.7 KB
Conteggio Installazioni 217
Versione Corrente 1.2
Ultimo Aggiornamento 2023-05-14
Data di Pubblicazione 2023-05-14
Sviluppatore Ruiqi Mao
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HSR Daily Check-in",
    "description": "Automatic daily check-ins for Honkai: Star Rail",
    "version": "1.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*.hoyolab.com\/*"
    ],
    "permissions": [
        "alarms",
        "storage"
    ]
}