Tarkov Price Checker

Add prices of items to the wiki entries

ما هو Tarkov Price Checker؟

Tarkov Price Checker هو إضافة Chrome تم تطويرها بواسطة eft.browser.extension، والميزة الرئيسية لها هي "Add prices of items to the wiki entries".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Tarkov Price Checker

قم بتنزيل ملفات الامتداد Tarkov Price Checker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        When browsing the Escape from Tarkov wiki you might find yourself switching back and fourth between that and the flea market, with this extension you can have the price rendered on the wiki page.                    

معلومات أساسية عن التمديد

الاسم Tarkov Price Checker Tarkov Price Checker
ID biodbhjiicmpkhkiodicnomhjlimigmp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/tarkov-price-checker/biodbhjiicmpkhkiodicnomhjlimigmp
الوصف Add prices of items to the wiki entries
حجم الملف 9.24 KB
عدد التثبيتات 119
النسخة الحالية 0.0.2
آخر تحديث 2021-03-30
تاريخ النشر 2020-10-06
تقييم 5.00/5 مجموع تقييمات 1
المطور eft.browser.extension
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/drizko/eft-browser-extension
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tarkov Price Checker",
    "description": "Add prices of items to the wiki entries",
    "version": "0.0.2",
    "manifest_version": 2,
    "icons": {
        "64": "assets\/ruble-64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/escapefromtarkov.fandom.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/tarkov-price-checker.glitch.me\/get-info*",
        "webRequest"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "42.0"
        }
    }
}