Tarkov Wiki Prices

Displays pricing stats from tarkov-tools API for item links on the Escape From Tarkov wiki.

Wat is Tarkov Wiki Prices?

Tarkov Wiki Prices is een Chrome-extensie ontwikkeld door Jaspooky, en de belangrijkste functie is "Displays pricing stats from tarkov-tools API for item links on the Escape From Tarkov wiki.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tarkov Wiki Prices

Download Tarkov Wiki Prices-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        When you navigate to a page such as https://escapefromtarkov.fandom.com/wiki/Ballistics using this extension, you will see prices included next to item links. Simplifies checking the price of items on the flea market!                    

Basisinformatie over de Extensie

Naam Tarkov Wiki Prices Tarkov Wiki Prices
ID hobkagkkamekcjillmnaocokcfeofabd
Officiële URL https://chrome.google.com/webstore/detail/tarkov-wiki-prices/hobkagkkamekcjillmnaocokcfeofabd
Beschrijving Displays pricing stats from tarkov-tools API for item links on the Escape From Tarkov wiki.
Bestandsgrootte 34.59 KB
Aantal Installaties 103
Huidige Versie 1.1.0
Laatst Bijgewerkt 2022-01-31
Publicatiedatum 2022-01-28
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Jaspooky
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Jaspooky/tarkov-wiki-prices
Help Pagina-URL https://github.com/Jaspooky/tarkov-wiki-prices/issues
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Displays pricing stats from tarkov-tools API for item links on the Escape From Tarkov wiki.",
    "manifest_version": 3,
    "name": "Tarkov Wiki Prices",
    "version": "1.1.0",
    "homepage_url": "https:\/\/github.com\/Jaspooky\/tarkov-wiki-prices",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/escapefromtarkov.fandom.com\/*"
            ],
            "js": [
                "addon.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/tarkov-tools.com\/*"
    ]
}