Tarkov Price Checker

Add prices of items to the wiki entries

Qu'est-ce que Tarkov Price Checker ?

Tarkov Price Checker est une extension Chrome développée par eft.browser.extension, et sa fonction principale est "Add prices of items to the wiki entries".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Tarkov Price Checker

Téléchargez les fichiers d'extension Tarkov Price Checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tarkov Price Checker Tarkov Price Checker
ID biodbhjiicmpkhkiodicnomhjlimigmp
URL Officiel https://chrome.google.com/webstore/detail/tarkov-price-checker/biodbhjiicmpkhkiodicnomhjlimigmp
Description Add prices of items to the wiki entries
Taille du Fichier 9.24 KB
Nombre d'Installations 119
Version Actuelle 0.0.2
Dernière Mise à Jour 2021-03-30
Date de Publication 2020-10-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur eft.browser.extension
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/drizko/eft-browser-extension
Langues Prises en Charge 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"
        }
    }
}