Seelie

Add new features to the Official Genshin Impact Map!

Was ist Seelie?

Seelie ist eine Chrome-Erweiterung, die von Inmagi entwickelt wurde, und ihr Hauptmerkmal ist "Add new features to the Official Genshin Impact Map!".

Erweiterungsscreenshots

screenshot

Seelie-Erweiterungs-CRX-Datei herunterladen

Laden Sie Seelie-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Seelie Seelie
ID jkapcfbicpbhigopkhpielmbkgfchdgh
Offizielle URL https://chromewebstore.google.com/detail/seelie/jkapcfbicpbhigopkhpielmbkgfchdgh
Beschreibung Add new features to the Official Genshin Impact Map!
Dateigröße 49.82 KB
Installationsanzahl 5,508
Aktuelle Version 1.5
Letztes Update 2021-04-30
Veröffentlichungsdatum 2021-04-22
Bewertung 5.00/5 Insgesamt 13 Bewertungen
Entwickler Inmagi
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://seelie.inmagi.com
Unterstützte Sprachen 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
        }
    ]
}