Tarkov Wiki Prices

Displays pricing stats from tarkov-tools API for item links on the Escape From Tarkov wiki.

Tarkov Wiki Prices là gì?

Tarkov Wiki Prices là một tiện ích mở rộng Chrome được phát triển bởi Jaspooky, và tính năng chính của nó là "Displays pricing stats from tarkov-tools API for item links on the Escape From Tarkov wiki.".

Ả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 Wiki Prices

Tải xuống các tệp mở rộng Tarkov Wiki Prices 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 you navigate to a page such as https://escapefromtarkov.fandom.com/wiki/Ballistics using this extension, you will see prices included next to item links. Simplifies checking the price of items on the flea market!                    

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

Tên Tarkov Wiki Prices Tarkov Wiki Prices
ID hobkagkkamekcjillmnaocokcfeofabd
URL Chính Thức https://chrome.google.com/webstore/detail/tarkov-wiki-prices/hobkagkkamekcjillmnaocokcfeofabd
Mô tả Displays pricing stats from tarkov-tools API for item links on the Escape From Tarkov wiki.
Kích Thước Tệp 34.59 KB
Số Lần Cài Đặt 103
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2022-01-31
Ngày Phát Hành 2022-01-28
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Jaspooky
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Jaspooky/tarkov-wiki-prices
URL Trang Trợ Giúp https://github.com/Jaspooky/tarkov-wiki-prices/issues
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Displays pricing stats from tarkov-tools API for item links on the Escape From Tarkov wiki.",
    "manifest_version": 3,
    "name": "Tarkov Wiki Prices",
    "version": "1.1.0",
    "homepage_url": "https:\/\/github.com\/Jaspooky\/tarkov-wiki-prices",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/escapefromtarkov.fandom.com\/*"
            ],
            "js": [
                "addon.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/tarkov-tools.com\/*"
    ]
}