TarkovGenie
MapGenie POIs presets, Wiki cleaner. Planning to add custom POIs selection in future
Qu'est-ce que TarkovGenie ?
TarkovGenie est une extension Chrome développée par Souris ET, et sa fonction principale est "MapGenie POIs presets, Wiki cleaner. Planning to add custom POIs selection in future".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TarkovGenie
Téléchargez les fichiers d'extension TarkovGenie au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | TarkovGenie |
ID | mmgdhlfkhegdnekkioecjnnhgnplgdoa |
URL Officiel | https://chromewebstore.google.com/detail/tarkovgenie/mmgdhlfkhegdnekkioecjnnhgnplgdoa |
Description | MapGenie POIs presets, Wiki cleaner. Planning to add custom POIs selection in future |
Taille du Fichier | 37.42 KB |
Nombre d'Installations | 90 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2021-12-18 |
Date de Publication | 2021-12-13 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Souris ET |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |