Tarkov Price Checker

Add prices of items to the wiki entries

Tarkov Price Checker là gì?

Tarkov Price Checker là một tiện ích mở rộng Chrome được phát triển bởi eft.browser.extension, và tính năng chính của nó là "Add prices of items to the wiki entries".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tarkov Price Checker

Tải xuống các tệp mở rộng Tarkov Price Checker 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tarkov Price Checker Tarkov Price Checker
ID biodbhjiicmpkhkiodicnomhjlimigmp
URL Chính Thức https://chrome.google.com/webstore/detail/tarkov-price-checker/biodbhjiicmpkhkiodicnomhjlimigmp
Mô tả Add prices of items to the wiki entries
Kích Thước Tệp 9.24 KB
Số Lần Cài Đặt 119
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2021-03-30
Ngày Phát Hành 2020-10-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển eft.browser.extension
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/drizko/eft-browser-extension
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}