스타레일 자동출석
스타레일 자동출석 확장 프로그램
Qu'est-ce que 스타레일 자동출석 ?
스타레일 자동출석 est une extension Chrome développée par Kabraham, et sa fonction principale est "스타레일 자동출석 확장 프로그램".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 스타레일 자동출석
Téléchargez les fichiers d'extension 스타레일 자동출석 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
스타레일 홈페이지 자동 출석 시스템입니다. HOYOLAB에 한 번이라도 로그인 해야 기능이 정상적으로 작동합니다. (2023-11-10) " 스타레일 출석체크 페이지에서 로그인한 후 다시 활성화 비활성화 버튼을 누르세요. " 버그 수정완료.
Informations de Base sur l'Extension
Nom | 스타레일 자동출석 |
ID | omagnmmlnaaoflmcapabkiliaefafgne |
URL Officiel | 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 | 스타레일 자동출석 확장 프로그램 |
Taille du Fichier | 48.35 KB |
Nombre d'Installations | 6,000 |
Version Actuelle | 1.6.0 |
Dernière Mise à Jour | 2023-11-13 |
Date de Publication | 2023-05-08 |
Évaluation | 4.73/5 Total 11 Évaluations |
Développeur | Kabraham |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |