Tarkov Price Checker

Add prices of items to the wiki entries

Cos'è Tarkov Price Checker?

Tarkov Price Checker è un'estensione di Chrome sviluppata da eft.browser.extension, e la sua funzione principale è "Add prices of items to the wiki entries".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Tarkov Price Checker

Scarica i file di estensione Tarkov Price Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tarkov Price Checker Tarkov Price Checker
ID biodbhjiicmpkhkiodicnomhjlimigmp
URL Ufficiale https://chrome.google.com/webstore/detail/tarkov-price-checker/biodbhjiicmpkhkiodicnomhjlimigmp
Descrizione Add prices of items to the wiki entries
Dimensione del File 9.24 KB
Conteggio Installazioni 119
Versione Corrente 0.0.2
Ultimo Aggiornamento 2021-03-30
Data di Pubblicazione 2020-10-06
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore eft.browser.extension
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/drizko/eft-browser-extension
Lingue Supportate 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"
        }
    }
}