HSR Auto Check In
Auto Check In HSR on Hoyolab Daily
Wat is HSR Auto Check In?
HSR Auto Check In is een Chrome-extensie ontwikkeld door Fever, en de belangrijkste functie is "Auto Check In HSR on Hoyolab Daily".
Extensie Screenshots
Download het CRX-bestand van de extensie HSR Auto Check In
Download HSR Auto Check In-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Automatic Check In Honkai: Star Rail on Hoyolab everyday.
Required to Login once on Hoyolab. Basisinformatie over de Extensie
| Naam | |
| ID | lghlpnhpjddamfikohlolaleanlmokaf |
| Officiële URL | https://chromewebstore.google.com/detail/hsr-auto-check-in/lghlpnhpjddamfikohlolaleanlmokaf |
| Beschrijving | Auto Check In HSR on Hoyolab Daily |
| Bestandsgrootte | 32.26 KB |
| Aantal Installaties | 346 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2023-05-12 |
| Publicatiedatum | 2023-05-11 |
| Ontwikkelaar | Fever |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/gorden0929/hsr-daily-checkin/tree/main |
| Help Pagina-URL | https://github.com/gorden0929/hsr-daily-checkin/issues |
| Ondersteunde Talen | en,en-GB,en-US,zh-CN,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "HSR Auto Check In",
"description": "Auto Check In HSR on Hoyolab Daily",
"version": "1.0.1",
"manifest_version": 3,
"permissions": [
"background",
"storage",
"alarms"
],
"background": {
"service_worker": "background.js"
},
"default_locale": "en",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/act.hoyolab.com\/bbs\/event\/signin\/hkrpg\/index.html?act_id=e202303301540311*"
],
"js": [
"content.js"
],
"run-at": "document_end"
}
]
} | |