Tarkov Price Checker
Add prices of items to the wiki entries
Apa itu Tarkov Price Checker?
Tarkov Price Checker adalah ekstensi Chrome yang dikembangkan oleh eft.browser.extension, dan fitur utamanya adalah "Add prices of items to the wiki entries".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tarkov Price Checker
Unduh file ekstensi Tarkov Price Checker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | biodbhjiicmpkhkiodicnomhjlimigmp |
URL Resmi | https://chrome.google.com/webstore/detail/tarkov-price-checker/biodbhjiicmpkhkiodicnomhjlimigmp |
Deskripsi | Add prices of items to the wiki entries |
Ukuran File | 9.24 KB |
Jumlah Instalasi | 119 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2021-03-30 |
Tanggal Publikasi | 2020-10-06 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | eft.browser.extension |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/drizko/eft-browser-extension |
Bahasa yang Didukung | 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" } } } |