Tarkov Price Checker
Add prices of items to the wiki entries
O que é Tarkov Price Checker?
Tarkov Price Checker é uma extensão do Chrome desenvolvida por eft.browser.extension, e sua principal característica é "Add prices of items to the wiki entries".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tarkov Price Checker
Baixe arquivos de extensão Tarkov Price Checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | biodbhjiicmpkhkiodicnomhjlimigmp |
URL Oficial | https://chrome.google.com/webstore/detail/tarkov-price-checker/biodbhjiicmpkhkiodicnomhjlimigmp |
Descrição | Add prices of items to the wiki entries |
Tamanho do Arquivo | 9.24 KB |
Contagem de Instalações | 119 |
Versão Atual | 0.0.2 |
Última Atualização | 2021-03-30 |
Data de Publicação | 2020-10-06 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | eft.browser.extension |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/drizko/eft-browser-extension |
Idiomas Suportados | 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" } } } |