Star-rail Auto-Check-in

Star-rail Auto-Check-in

Star-rail Auto-Check-in란 무엇입니까?

Star-rail Auto-Check-in은(는) Kabraham에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Star-rail Auto-Check-in"입니다.

확장 프로그램 스크린샷

screenshot

Star-rail Auto-Check-in 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        It's an automatic attendance system on the Starrail homepage. You must log in to HOYOLAB at least once to function normally.                    

확장 프로그램 기본 정보

이름 Star-rail Auto-Check-in Star-rail Auto-Check-in
ID lcaomggkbfpabdmaddppgnknegoadifo
공식 URL https://chromewebstore.google.com/detail/star-rail-auto-check-in/lcaomggkbfpabdmaddppgnknegoadifo
설명 Star-rail Auto-Check-in
파일 크기 47.92 KB
설치 횟수 147
현재 버전 1.0.0
최근 업데이트 2023-05-16
출시 날짜 2023-05-16
평점 5.00/5 총 1 개의 평점
개발자 Kabraham
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}