Paimon
Track Genshin Impact stats in your browser.
Paimon là gì?
Paimon là một tiện ích mở rộng Chrome được phát triển bởi https://daidr.me, và tính năng chính của nó là "Track Genshin Impact stats in your browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Paimon
Tải xuống các tệp mở rộng Paimon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
You can track your genshin impact game stats in your browser in real time, all it takes is a few simple steps. With notifications support and multi-account support
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Paimon |
ID | ecafadojbjpamdlbhdgmfhihdojeekdd |
URL Chính Thức | https://chromewebstore.google.com/detail/paimon/ecafadojbjpamdlbhdgmfhihdojeekdd |
Mô tả | Track Genshin Impact stats in your browser. |
Kích Thước Tệp | 124 KB |
Số Lần Cài Đặt | 1,705 |
Phiên Bản Hiện Tại | 0.2.1 |
Cập Nhật Lần Cuối | 2024-01-06 |
Ngày Phát Hành | 2022-04-05 |
Đánh Giá | 4.93/5 Tổng số 29 Đánh Giá |
Nhà Phát Triển | https://daidr.me |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/daidr/paimon-webext |
Ngôn Ngữ Được Hỗ Trợ | en-US,ru,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_pluginName__", "version": "0.2.1", "description": "__MSG_pluginDesc__", "default_locale": "en_US", "action": { "default_icon": ".\/assets\/icon-48.png", "default_popup": ".\/dist\/popup\/index.html" }, "background": { "service_worker": ".\/dist\/background\/index.js" }, "content_scripts": [ { "matches": [ "https:\/\/webstatic.mihoyo.com\/app\/community-game-records\/rpg\/?game_id=6&ref=paimon*" ], "js": [ ".\/assets\/js\/content.js" ], "world": "MAIN" }, { "matches": [ "https:\/\/webstatic.mihoyo.com\/app\/community-game-records\/rpg\/?game_id=6&ref=paimon*" ], "js": [ ".\/dist\/contentScripts\/index.global.js" ] } ], "options_ui": { "page": ".\/dist\/options\/index.html", "open_in_tab": false }, "icons": { "16": ".\/assets\/icon-16.png", "32": ".\/assets\/icon-32.png", "48": ".\/assets\/icon-48.png", "96": ".\/assets\/icon-96.png", "128": ".\/assets\/icon-128.png" }, "permissions": [ "storage", "cookies", "alarms", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.mihoyo.com\/", "*:\/\/*.miyoushe.com\/", "*:\/\/*.hoyolab.com\/", "*:\/\/*.geetest.com\/" ] } |