Tarkov Wiki Prices

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

Tarkov Wiki Prices란 무엇입니까?

Tarkov Wiki Prices은(는) Jaspooky에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays pricing stats from tarkov-tools API for item links on the Escape From Tarkov wiki."입니다.

확장 프로그램 스크린샷

screenshot

Tarkov Wiki Prices 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Tarkov Wiki Prices Tarkov Wiki Prices
ID hobkagkkamekcjillmnaocokcfeofabd
공식 URL https://chrome.google.com/webstore/detail/tarkov-wiki-prices/hobkagkkamekcjillmnaocokcfeofabd
설명 Displays pricing stats from tarkov-tools API for item links on the Escape From Tarkov wiki.
파일 크기 34.59 KB
설치 횟수 103
현재 버전 1.1.0
최근 업데이트 2022-01-31
출시 날짜 2022-01-28
평점 5.00/5 총 3 개의 평점
개발자 Jaspooky
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Jaspooky/tarkov-wiki-prices
도움말 페이지 URL https://github.com/Jaspooky/tarkov-wiki-prices/issues
지원되는 언어 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\/*"
    ]
}