TarkovGenie
MapGenie POIs presets, Wiki cleaner. Planning to add custom POIs selection in future
Cos'è TarkovGenie?
TarkovGenie è un'estensione di Chrome sviluppata da Souris ET, e la sua funzione principale è "MapGenie POIs presets, Wiki cleaner. Planning to add custom POIs selection in future".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione TarkovGenie
Scarica i file di estensione TarkovGenie in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | TarkovGenie |
ID | mmgdhlfkhegdnekkioecjnnhgnplgdoa |
URL Ufficiale | https://chromewebstore.google.com/detail/tarkovgenie/mmgdhlfkhegdnekkioecjnnhgnplgdoa |
Descrizione | MapGenie POIs presets, Wiki cleaner. Planning to add custom POIs selection in future |
Dimensione del File | 37.42 KB |
Conteggio Installazioni | 90 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2021-12-18 |
Data di Pubblicazione | 2021-12-13 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Souris ET |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |