원신 플로우
원신 맵스의 게임 속 맵핀 가져오기 및 원신 포럼 자동 출석 기능을 사용할 수 있어요!
원신 플로우란 무엇입니까?
원신 플로우은(는) GAMEDOT에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "원신 맵스의 게임 속 맵핀 가져오기 및 원신 포럼 자동 출석 기능을 사용할 수 있어요!"입니다.
확장 프로그램 스크린샷
원신 플로우 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
원신 플로우를 설치하여 원신 맵스를 더 강력하게! 원신 포럼 출석을 더 편하게 해보세요! - 원신 맵스 연동 기능 : 원신 플로우를 설치하면, 원신 맵스(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\/*" ] } |