Tarkov Price Checker
Add prices of items to the wiki entries
Vad är Tarkov Price Checker?
Tarkov Price Checker är en Chrome-tillägg utvecklad av eft.browser.extension, och dess huvudfunktion är "Add prices of items to the wiki entries".
Tilläggsskärmbilder
Ladda ner Tarkov Price Checker-förlängningens CRX-fil
Ladda ner Tarkov Price Checker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | biodbhjiicmpkhkiodicnomhjlimigmp |
Officiell webbadress | https://chrome.google.com/webstore/detail/tarkov-price-checker/biodbhjiicmpkhkiodicnomhjlimigmp |
Beskrivning | Add prices of items to the wiki entries |
Filstorlek | 9.24 KB |
Antal Installationer | 119 |
Aktuell Version | 0.0.2 |
Senast Uppdaterad | 2021-03-30 |
Publiceringsdatum | 2020-10-06 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | eft.browser.extension |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/drizko/eft-browser-extension |
Stödda Språk | 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" } } } |