Tarkov Wiki Prices

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

What is Tarkov Wiki Prices?

Tarkov Wiki Prices is a Chrome extension developed by Jaspooky, and its main feature is "Displays pricing stats from tarkov-tools API for item links on the Escape From Tarkov wiki.".

Extension Screenshots

screenshot

Download Tarkov Wiki Prices Extension CRX File

Download Tarkov Wiki Prices extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Tarkov Wiki Prices Tarkov Wiki Prices
ID hobkagkkamekcjillmnaocokcfeofabd
Official URL https://chrome.google.com/webstore/detail/tarkov-wiki-prices/hobkagkkamekcjillmnaocokcfeofabd
Description Displays pricing stats from tarkov-tools API for item links on the Escape From Tarkov wiki.
File Size 34.59 KB
Installation Count 103
Current Version 1.1.0
Last Updated 2022-01-31
Publish Date 2022-01-28
Rating 5.00/5 Total 3 Ratings
Developer Jaspooky
Email [email protected]
Payment Type free
Extension Website https://github.com/Jaspooky/tarkov-wiki-prices
Help Page URL https://github.com/Jaspooky/tarkov-wiki-prices/issues
Supported Languages 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\/*"
    ]
}