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ファイルをダウンロード

Star-rail Auto-Check-in拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}