Seelie
Add new features to the Official Genshin Impact Map!
Seelie क्या है?
Seelie Inmagi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add new features to the Official Genshin Impact Map!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Seelie एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
UPDATE: miHoYo released the translated official map! This extension was changed to add the new features. The translations were removed since they're no longer needed. The "official" (hosted by miHoYo, maintained by users) map is one of the most complete available maps of the game so far. This extension adds a bunch of new features, like: * Creating new markers and even routes! * Filtering through all the available markers * Exporting and importing your custom markers and routes * Backing up and restoring your data All data is saved locally in your browser. In the future, more features may be available, like checking your tasks from Seelie (https://seelie.inmagi.com) through the extension icon.
एक्सटेंशन की मूल जानकारी
नाम | Seelie |
ID | jkapcfbicpbhigopkhpielmbkgfchdgh |
आधिकारिक URL | https://chromewebstore.google.com/detail/seelie/jkapcfbicpbhigopkhpielmbkgfchdgh |
विवरण | Add new features to the Official Genshin Impact Map! |
फ़ाइल का आकार | 49.82 KB |
स्थापना संख्या | 5,508 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2021-04-30 |
प्रकाशन तिथि | 2021-04-22 |
रेटिंग | 5.00/5 कुल 13 रेटिंग्स |
डेवलपर | Inmagi |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://seelie.inmagi.com |
समर्थित भाषाएँ | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Seelie", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.5", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_icon": "icon16.png", "default_title": "Seelie", "default_popup": "popup.html" }, "web_accessible_resources": [ "injected.js", "langEn.js", "langPt.js", "style.css" ], "content_scripts": [ { "matches": [ "https:\/\/webstatic.mihoyo.com\/*", "https:\/\/webstatic-sea.mihoyo.com\/*" ], "run_at": "document_start", "js": [ "script.js" ], "all_frames": true } ] } |