원신 플로우
원신 맵스의 게임 속 맵핀 가져오기 및 원신 포럼 자동 출석 기능을 사용할 수 있어요!
Apa itu 원신 플로우?
원신 플로우 adalah ekstensi Chrome yang dikembangkan oleh GAMEDOT, dan fitur utamanya adalah "원신 맵스의 게임 속 맵핀 가져오기 및 원신 포럼 자동 출석 기능을 사용할 수 있어요!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi 원신 플로우
Unduh file ekstensi 원신 플로우 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
원신 플로우를 설치하여 원신 맵스를 더 강력하게! 원신 포럼 출석을 더 편하게 해보세요! - 원신 맵스 연동 기능 : 원신 플로우를 설치하면, 원신 맵스(https://genshin.gamedot.org/?mid=genshinmaps)에서 맵 핀 가져오기 기능을 사용할 수 있습니다! : 맵 핀 가져오기를 통해 게임 속 지도에 표기한 핀들을 원신 맵스로 가져올 수 있어요! - 미호요 포럼 출석 보상 자동 획득 : 원신 플로우를 설치할 시 브라우저가 켜져있다면 미호요 포럼에 자동으로 출석 체크합니다.
Informasi Dasar Ekstensi
Nama | 원신 플로우 |
ID | ekabamngknbdckokfeedhbjlbfhiejkj |
URL Resmi | https://chromewebstore.google.com/detail/%EC%9B%90%EC%8B%A0-%ED%94%8C%EB%A1%9C%EC%9A%B0/ekabamngknbdckokfeedhbjlbfhiejkj |
Deskripsi | 원신 맵스의 게임 속 맵핀 가져오기 및 원신 포럼 자동 출석 기능을 사용할 수 있어요! |
Ukuran File | 92.86 KB |
Jumlah Instalasi | 45,625 |
Versi Saat Ini | 0.3.0 |
Terakhir Diperbarui | 2023-01-29 |
Tanggal Publikasi | 2021-08-31 |
Penilaian | 3.50/5 Total 30 Penilaian |
Pengembang | GAMEDOT |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://genshin.gamedot.org/?mid=genshinmaps |
URL Halaman Bantuan | https://genshin.gamedot.org/?mid=board&target=list&board=csboard |
Bahasa yang Didukung | 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\/*" ] } |