Star-rail Auto-Check-in
Star-rail Auto-Check-in
What is Star-rail Auto-Check-in?
Star-rail Auto-Check-in is a Chrome extension developed by Kabraham, and its main feature is "Star-rail Auto-Check-in".
Extension Screenshots
Download Star-rail Auto-Check-in Extension CRX File
Download Star-rail Auto-Check-in extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
It's an automatic attendance system on the Starrail homepage. You must log in to HOYOLAB at least once to function normally.
Extension Basic Information
Name | Star-rail Auto-Check-in |
ID | lcaomggkbfpabdmaddppgnknegoadifo |
Official URL | https://chromewebstore.google.com/detail/star-rail-auto-check-in/lcaomggkbfpabdmaddppgnknegoadifo |
Description | Star-rail Auto-Check-in |
File Size | 47.92 KB |
Installation Count | 147 |
Current Version | 1.0.0 |
Last Updated | 2023-05-16 |
Publish Date | 2023-05-16 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Kabraham |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Star-rail Auto-Check-in", "version": "1.0.0", "description": "Star-rail Auto-Check-in", "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "permissions": [ "storage", "alarms", "cookies" ], "host_permissions": [ "*:\/\/act.hoyolab.com\/*", "*:\/\/webstatic-sea.mihoyo.com\/*", "*:\/\/api-account-os.hoyolab.com\/*", "*:\/\/api-os-takumi.mihoyo.com\/*", "*:\/\/bbs-api-os.hoyolab.com\/*", "*:\/\/hk4e-api-os.mihoyo.com\/*", "*:\/\/sg-hk4e-api.hoyolab.com\/*", "*:\/\/sg-public-api.hoyolab.com\/*", "*:\/\/*.hoyolab.com\/" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "48": "images\/48.png" }, "default_popup": "popup\/popup.html", "default_title": "Star-rail Auto-Check-in" } } |