스타레일 자동출석

스타레일 자동출석 확장 프로그램

What is 스타레일 자동출석?

스타레일 자동출석 is a Chrome extension developed by Kabraham, and its main feature is "스타레일 자동출석 확장 프로그램".

Extension Screenshots

screenshot

Download 스타레일 자동출석 Extension CRX File

Download 스타레일 자동출석 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

                        스타레일 홈페이지 자동 출석 시스템입니다. HOYOLAB에 한 번이라도 로그인 해야 기능이 정상적으로 작동합니다. (2023-11-10) " 스타레일 출석체크 페이지에서 로그인한 후 다시 활성화 비활성화 버튼을 누르세요. " 버그 수정완료.                    

Extension Basic Information

Name 스타레일 자동출석 스타레일 자동출석
ID omagnmmlnaaoflmcapabkiliaefafgne
Official URL https://chromewebstore.google.com/detail/%EC%8A%A4%ED%83%80%EB%A0%88%EC%9D%BC-%EC%9E%90%EB%8F%99%EC%B6%9C%EC%84%9D/omagnmmlnaaoflmcapabkiliaefafgne
Description 스타레일 자동출석 확장 프로그램
File Size 48.35 KB
Installation Count 6,000
Current Version 1.6.0
Last Updated 2023-11-13
Publish Date 2023-05-08
Rating 4.73/5 Total 11 Ratings
Developer Kabraham
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\uc2a4\ud0c0\ub808\uc77c \uc790\ub3d9\ucd9c\uc11d",
    "version": "1.6.0",
    "description": "\uc2a4\ud0c0\ub808\uc77c \uc790\ub3d9\ucd9c\uc11d \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8",
    "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": "\uc2a4\ud0c0\ub808\uc77c \uc790\ub3d9\ucd9c\uc11d"
    }
}