TarkovGenie
MapGenie POIs presets, Wiki cleaner. Planning to add custom POIs selection in future
Apa itu TarkovGenie?
TarkovGenie adalah ekstensi Chrome yang dikembangkan oleh Souris ET, dan fitur utamanya adalah "MapGenie POIs presets, Wiki cleaner. Planning to add custom POIs selection in future".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TarkovGenie
Unduh file ekstensi TarkovGenie dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | TarkovGenie |
ID | mmgdhlfkhegdnekkioecjnnhgnplgdoa |
URL Resmi | https://chromewebstore.google.com/detail/tarkovgenie/mmgdhlfkhegdnekkioecjnnhgnplgdoa |
Deskripsi | MapGenie POIs presets, Wiki cleaner. Planning to add custom POIs selection in future |
Ukuran File | 37.42 KB |
Jumlah Instalasi | 90 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2021-12-18 |
Tanggal Publikasi | 2021-12-13 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Souris ET |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |