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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    }
}