TarkovGenie

MapGenie POIs presets, Wiki cleaner. Planning to add custom POIs selection in future

Wat is TarkovGenie?

TarkovGenie is een Chrome-extensie ontwikkeld door Souris ET, en de belangrijkste functie is "MapGenie POIs presets, Wiki cleaner. Planning to add custom POIs selection in future".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TarkovGenie

Download TarkovGenie-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Tarkov Helper extension which is making Tarkov fandom wiki more readable, and also auto select POIs on MapGenie maps and hide disturbing sidebars and toolbars. Plan is to allow you to check/uncheck POIs, for now it's statical by my opinions.                    

Basisinformatie over de Extensie

Naam TarkovGenie TarkovGenie
ID mmgdhlfkhegdnekkioecjnnhgnplgdoa
Officiële URL https://chromewebstore.google.com/detail/tarkovgenie/mmgdhlfkhegdnekkioecjnnhgnplgdoa
Beschrijving MapGenie POIs presets, Wiki cleaner. Planning to add custom POIs selection in future
Bestandsgrootte 37.42 KB
Aantal Installaties 90
Huidige Versie 0.2
Laatst Bijgewerkt 2021-12-18
Publicatiedatum 2021-12-13
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Souris ET
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TarkovGenie",
    "description": "MapGenie POIs presets, Wiki cleaner. Planning to add custom POIs selection in future",
    "version": "0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mapgenie.io\/tarkov\/maps\/*"
            ],
            "js": [
                "maphook.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/mapgenie.io\/tarkov\/maps\/*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/escapefromtarkov.fandom.com\/wiki\/*"
            ],
            "js": [
                "jquery-3.6.0.min.js",
                "wikiclean.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    }
}