Tarkov Price Checker
Add prices of items to the wiki entries
Wat is Tarkov Price Checker?
Tarkov Price Checker is een Chrome-extensie ontwikkeld door eft.browser.extension, en de belangrijkste functie is "Add prices of items to the wiki entries".
Extensie Screenshots
Download het CRX-bestand van de extensie Tarkov Price Checker
Download Tarkov Price Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | biodbhjiicmpkhkiodicnomhjlimigmp |
Officiële URL | https://chrome.google.com/webstore/detail/tarkov-price-checker/biodbhjiicmpkhkiodicnomhjlimigmp |
Beschrijving | Add prices of items to the wiki entries |
Bestandsgrootte | 9.24 KB |
Aantal Installaties | 119 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2021-03-30 |
Publicatiedatum | 2020-10-06 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | eft.browser.extension |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/drizko/eft-browser-extension |
Ondersteunde Talen | 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" } } } |