Honkai: Star Rail Daily Checker

Honkai: Star Rail Daily Checker

What is Honkai: Star Rail Daily Checker?

Honkai: Star Rail Daily Checker is a Chrome extension developed by ZzZvAD, and its main feature is "Honkai: Star Rail Daily Checker".

Extension Screenshots

screenshot

Download Honkai: Star Rail Daily Checker Extension CRX File

Download Honkai: Star Rail Daily Checker 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

                        Дополнение позволяет автоматически получать ежедневную награду для игры Honkai: Star Rail. Для работы расширения необходимо быть авторизованным на странице с наградами.

The add-on allows you to automatically receive a daily reward for the game Honkai: Star Rail. For the extension to work, you must be logged in on the rewards page.                    

Extension Basic Information

Name Honkai: Star Rail Daily Checker Honkai: Star Rail Daily Checker
ID denlejgaoapnbbpecioimnnbhnjileij
Official URL https://chromewebstore.google.com/detail/honkai-star-rail-daily-ch/denlejgaoapnbbpecioimnnbhnjileij
Description Honkai: Star Rail Daily Checker
File Size 48.47 KB
Installation Count 1,561
Current Version 1.0.0
Last Updated 2023-05-03
Publish Date 2023-05-02
Rating 5.00/5 Total 7 Ratings
Developer ZzZvAD
Email [email protected]
Payment Type free
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Honkai: Star Rail Daily Checker",
    "version": "1.0.0",
    "description": "Honkai: Star Rail Daily Checker",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.hoyolab.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "icons\/main\/icon48.png",
        "96": "icons\/main\/icon96.png"
    },
    "action": {
        "default_title": "Honkai: Star Rail Daily Checker",
        "default_icon": {
            "16": "icons\/success\/icon16.png",
            "32": "icons\/success\/icon32.png",
            "64": "icons\/success\/icon64.png"
        }
    }
}