Tarkov Price Checker
Add prices of items to the wiki entries
What is Tarkov Price Checker?
Tarkov Price Checker is a Chrome extension developed by eft.browser.extension, and its main feature is "Add prices of items to the wiki entries".
Extension Screenshots
Download Tarkov Price Checker Extension CRX File
Download Tarkov Price Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | biodbhjiicmpkhkiodicnomhjlimigmp |
Official URL | https://chrome.google.com/webstore/detail/tarkov-price-checker/biodbhjiicmpkhkiodicnomhjlimigmp |
Description | Add prices of items to the wiki entries |
File Size | 9.24 KB |
Installation Count | 119 |
Current Version | 0.0.2 |
Last Updated | 2021-03-30 |
Publish Date | 2020-10-06 |
Rating | 5.00/5 Total 1 Ratings |
Developer | eft.browser.extension |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/drizko/eft-browser-extension |
Supported Languages | 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" } } } |