원신 플로우
원신 맵스의 게임 속 맵핀 가져오기 및 원신 포럼 자동 출석 기능을 사용할 수 있어요!
What is 원신 플로우?
원신 플로우 is a Chrome extension developed by GAMEDOT, and its main feature is "원신 맵스의 게임 속 맵핀 가져오기 및 원신 포럼 자동 출석 기능을 사용할 수 있어요!".
Extension Screenshots
Download 원신 플로우 Extension CRX File
Download 원신 플로우 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
원신 플로우를 설치하여 원신 맵스를 더 강력하게! 원신 포럼 출석을 더 편하게 해보세요! - 원신 맵스 연동 기능 : 원신 플로우를 설치하면, 원신 맵스(https://genshin.gamedot.org/?mid=genshinmaps)에서 맵 핀 가져오기 기능을 사용할 수 있습니다! : 맵 핀 가져오기를 통해 게임 속 지도에 표기한 핀들을 원신 맵스로 가져올 수 있어요! - 미호요 포럼 출석 보상 자동 획득 : 원신 플로우를 설치할 시 브라우저가 켜져있다면 미호요 포럼에 자동으로 출석 체크합니다.
Extension Basic Information
Name | 원신 플로우 |
ID | ekabamngknbdckokfeedhbjlbfhiejkj |
Official URL | https://chromewebstore.google.com/detail/%EC%9B%90%EC%8B%A0-%ED%94%8C%EB%A1%9C%EC%9A%B0/ekabamngknbdckokfeedhbjlbfhiejkj |
Description | 원신 맵스의 게임 속 맵핀 가져오기 및 원신 포럼 자동 출석 기능을 사용할 수 있어요! |
File Size | 92.86 KB |
Installation Count | 45,625 |
Current Version | 0.3.0 |
Last Updated | 2023-01-29 |
Publish Date | 2021-08-31 |
Rating | 3.50/5 Total 30 Ratings |
Developer | GAMEDOT |
[email protected] | |
Payment Type | free |
Extension Website | https://genshin.gamedot.org/?mid=genshinmaps |
Help Page URL | https://genshin.gamedot.org/?mid=board&target=list&board=csboard |
Supported Languages | 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\/*" ] } |