TarkovGenie
MapGenie POIs presets, Wiki cleaner. Planning to add custom POIs selection in future
TarkovGenie là gì?
TarkovGenie là một tiện ích mở rộng Chrome được phát triển bởi Souris ET, và tính năng chính của nó là "MapGenie POIs presets, Wiki cleaner. Planning to add custom POIs selection in future".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TarkovGenie
Tải xuống các tệp mở rộng TarkovGenie dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TarkovGenie |
ID | mmgdhlfkhegdnekkioecjnnhgnplgdoa |
URL Chính Thức | https://chromewebstore.google.com/detail/tarkovgenie/mmgdhlfkhegdnekkioecjnnhgnplgdoa |
Mô tả | MapGenie POIs presets, Wiki cleaner. Planning to add custom POIs selection in future |
Kích Thước Tệp | 37.42 KB |
Số Lần Cài Đặt | 90 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2021-12-18 |
Ngày Phát Hành | 2021-12-13 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Souris ET |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |