Tarkov Price Checker

Add prices of items to the wiki entries

什么是Tarkov Price Checker?

Tarkov Price Checker是由eft.browser.extension开发的Chrome扩展程序,该扩展的主要功能是“Add prices of items to the wiki entries”。

扩展截图

screenshot

下载Tarkov Price Checker扩展crx文件

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