TarkovGenie

MapGenie POIs presets, Wiki cleaner. Planning to add custom POIs selection in future

TarkovGenie क्या है?

TarkovGenie Souris ET द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "MapGenie POIs presets, Wiki cleaner. Planning to add custom POIs selection in future"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TarkovGenie एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम TarkovGenie TarkovGenie
ID mmgdhlfkhegdnekkioecjnnhgnplgdoa
आधिकारिक URL https://chromewebstore.google.com/detail/tarkovgenie/mmgdhlfkhegdnekkioecjnnhgnplgdoa
विवरण MapGenie POIs presets, Wiki cleaner. Planning to add custom POIs selection in future
फ़ाइल का आकार 37.42 KB
स्थापना संख्या 90
वर्तमान संस्करण 0.2
अंतिम अपडेट 2021-12-18
प्रकाशन तिथि 2021-12-13
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Souris ET
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}