Tarkov Price Checker
Add prices of items to the wiki entries
Co to jest Tarkov Price Checker?
Tarkov Price Checker to rozszerzenie Chrome opracowane przez eft.browser.extension, a jego główną funkcją jest „Add prices of items to the wiki entries”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tarkov Price Checker
Pobierz pliki rozszerzeń Tarkov Price Checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | biodbhjiicmpkhkiodicnomhjlimigmp |
Oficjalny URL | https://chrome.google.com/webstore/detail/tarkov-price-checker/biodbhjiicmpkhkiodicnomhjlimigmp |
Opis | Add prices of items to the wiki entries |
Rozmiar pliku | 9.24 KB |
Liczba instalacji | 119 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2021-03-30 |
Data Publikacji | 2020-10-06 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | eft.browser.extension |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/drizko/eft-browser-extension |
Obsługiwane Języki | 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" } } } |