원신 플로우
원신 맵스의 게임 속 맵핀 가져오기 및 원신 포럼 자동 출석 기능을 사용할 수 있어요!
什么是원신 플로우?
원신 플로우是由GAMEDOT开发的Chrome扩展程序,该扩展的主要功能是“원신 맵스의 게임 속 맵핀 가져오기 및 원신 포럼 자동 출석 기능을 사용할 수 있어요!”。
扩展截图
下载원신 플로우扩展crx文件
下载원신 플로우扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
원신 플로우를 설치하여 원신 맵스를 더 강력하게! 원신 포럼 출석을 더 편하게 해보세요!
- 원신 맵스 연동 기능
: 원신 플로우를 설치하면, 원신 맵스(https://genshin.gamedot.org/?mid=genshinmaps)에서 맵 핀 가져오기 기능을 사용할 수 있습니다!
: 맵 핀 가져오기를 통해 게임 속 지도에 표기한 핀들을 원신 맵스로 가져올 수 있어요!
- 미호요 포럼 출석 보상 자동 획득
: 원신 플로우를 설치할 시 브라우저가 켜져있다면 미호요 포럼에 자동으로 출석 체크합니다. 扩展基本信息
| 名称 | |
| ID | ekabamngknbdckokfeedhbjlbfhiejkj |
| 官方URL | https://chromewebstore.google.com/detail/%EC%9B%90%EC%8B%A0-%ED%94%8C%EB%A1%9C%EC%9A%B0/ekabamngknbdckokfeedhbjlbfhiejkj |
| 简介 | 원신 맵스의 게임 속 맵핀 가져오기 및 원신 포럼 자동 출석 기능을 사용할 수 있어요! |
| 文件大小 | 92.86 KB |
| 安装次数 | 45,625 |
| 当前版本 | 0.3.0 |
| 更新时间 | 2023-01-29 |
| 上架时间 | 2021-08-31 |
| 评分 | 3.50/5 共30次评分 |
| 开发者 | GAMEDOT |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://genshin.gamedot.org/?mid=genshinmaps |
| 帮助页面URL | https://genshin.gamedot.org/?mid=board&target=list&board=csboard |
| 支持的语言 | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "\uc6d0\uc2e0 \ud50c\ub85c\uc6b0",
"description": "\uc6d0\uc2e0 \ub9f5\uc2a4\uc758 \uac8c\uc784 \uc18d \ub9f5\ud540 \uac00\uc838\uc624\uae30 \ubc0f \uc6d0\uc2e0 \ud3ec\ub7fc \uc790\ub3d9 \ucd9c\uc11d \uae30\ub2a5\uc744 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc5b4\uc694!",
"version": "0.3.0",
"author": "GAMEDOT",
"icons": {
"16": "default-icon.png",
"48": "default-icon.png",
"128": "default-icon.png"
},
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "default-icon.png",
"default_popup": "popup.html",
"default_title": "\uc6d0\uc2e0 \ucee4\ub125\ud2b8"
},
"content_scripts": [
{
"matches": [
"*:\/\/act.hoyolab.com\/ys\/event\/signin-sea-v3\/*&app=gamedot-forum-check"
],
"all_frames": true,
"js": [
".\/js\/click.js"
],
"run_at": "document_end"
},
{
"matches": [
"*:\/\/webstatic-sea.mihoyo.com\/app\/community-game-records-sea*"
],
"all_frames": true,
"js": [
".\/js\/md5.js",
".\/js\/test.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/genshin.gamedot.org\/?*mid=genshinmaps*",
"http:\/\/test.genshin.gamedot.org\/?*mid=genshinmaps*"
],
"js": [
".\/js\/maps.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"js\/function.js",
"js\/option.js",
"js\/background.js"
],
"permissions": [
"storage",
"https:\/\/genshin.gamedot.org\/*",
"https:\/\/webstatic-sea.mihoyo.com\/ys\/event\/signin-sea\/*",
"https:\/\/api-os-takumi.mihoyo.com\/*",
"https:\/\/hk4e-api-os.mihoyo.com\/*",
"https:\/\/bbs-api-os.hoyolab.com\/*",
"https:\/\/sg-hk4e-api.hoyolab.com\/*",
"https:\/\/sg-public-api.hoyolab.com\/*",
"https:\/\/act.hoyolab.com\/*",
"https:\/\/api-account-os.hoyolab.com\/*"
]
} | |