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”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | biodbhjiicmpkhkiodicnomhjlimigmp |
官方網址 | 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" } } } |