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
Eメール [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"
        }
    }
}