TarkovGenie
MapGenie POIs presets, Wiki cleaner. Planning to add custom POIs selection in future
What is TarkovGenie?
TarkovGenie is a Chrome extension developed by Souris ET, and its main feature is "MapGenie POIs presets, Wiki cleaner. Planning to add custom POIs selection in future".
Extension Screenshots
Download TarkovGenie Extension CRX File
Download TarkovGenie extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | TarkovGenie |
ID | mmgdhlfkhegdnekkioecjnnhgnplgdoa |
Official URL | https://chromewebstore.google.com/detail/tarkovgenie/mmgdhlfkhegdnekkioecjnnhgnplgdoa |
Description | MapGenie POIs presets, Wiki cleaner. Planning to add custom POIs selection in future |
File Size | 37.42 KB |
Installation Count | 90 |
Current Version | 0.2 |
Last Updated | 2021-12-18 |
Publish Date | 2021-12-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Souris ET |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |