Genshin Impact Daily Checker
Genshin Impact Daily Checker
What is Genshin Impact Daily Checker?
Genshin Impact Daily Checker is a Chrome extension developed by ZzZvAD, and its main feature is "Genshin Impact Daily Checker".
Extension Screenshots
Download Genshin Impact Daily Checker Extension CRX File
Download Genshin Impact 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
Дополнение позволяет автоматически получать ежедневную награду для игры Genshin Impact. Для работы расширения необходимо быть авторизованным на странице с наградами. The add-on allows you to automatically receive a daily reward for the game Genshin Impact. For the extension to work, you must be logged in on the rewards page.
Extension Basic Information
Name | Genshin Impact Daily Checker |
ID | egjaodonpaepmffoecblgjfffoidlgkc |
Official URL | https://chromewebstore.google.com/detail/genshin-impact-daily-chec/egjaodonpaepmffoecblgjfffoidlgkc |
Description | Genshin Impact Daily Checker |
File Size | 43.7 KB |
Installation Count | 3,332 |
Current Version | 1.2.1 |
Last Updated | 2023-07-09 |
Publish Date | 2021-04-05 |
Rating | 4.59/5 Total 22 Ratings |
Developer | ZzZvAD |
[email protected] | |
Payment Type | free |
Supported Languages | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Genshin Impact Daily Checker", "version": "1.2.1", "description": "Genshin Impact Daily Checker", "manifest_version": 3, "permissions": [ "storage", "alarms" ], "host_permissions": [ "*:\/\/*.mihoyo.com\/*", "*:\/\/*.hoyolab.com\/*" ], "background": { "service_worker": "background.js" }, "icons": { "48": "icons\/main\/icon48.png", "96": "icons\/main\/icon96.png" }, "action": { "default_title": "Genshin Impact Daily Checker", "default_icon": { "16": "icons\/success\/icon16.png", "32": "icons\/success\/icon32.png", "64": "icons\/success\/icon64.png" } } } |