Accurate skins

3D View TF2 Warpaints in the steam community market

Accurate skins란 무엇입니까?

Accurate skins은(는) https://accurateskins.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "3D View TF2 Warpaints in the steam community market"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Accurate skins 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Inspect Team Fortress 2 warpaints within your  browser. Skins are seed accurate. Works in steam community market and user inventories.                    

확장 프로그램 기본 정보

이름 Accurate skins Accurate skins
ID eapofbiblaihdnbgnaabchoddijejcnm
공식 URL https://chromewebstore.google.com/detail/accurate-skins/eapofbiblaihdnbgnaabchoddijejcnm
설명 3D View TF2 Warpaints in the steam community market
파일 크기 347 KB
설치 횟수 3,573
현재 버전 1.2.4
최근 업데이트 2022-10-06
출시 날짜 2021-11-29
평점 3.64/5 총 14 개의 평점
개발자 https://accurateskins.com
이메일 [email protected]
결제 유형 in_app
도움말 페이지 URL https://steamcommunity.com/groups/tf2loadout
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Accurate skins",
    "description": "3D View TF2 Warpaints in the steam community market",
    "version": "1.2.4",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.loadout.tf\/*",
        "*:\/\/*.accurateskins.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popups\/popup.html",
        "default_icon": {
            "128": "\/images\/icon_128.png"
        }
    },
    "icons": {
        "128": "\/images\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/market\/listings\/440\/*",
                "https:\/\/steamcommunity.com\/*\/inventory*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "injected.js",
                "images\/class_icon\/*"
            ],
            "matches": [
                "https:\/\/steamcommunity.com\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    }
}