Accurate skins

3D View TF2 Warpaints in the steam community market

Accurate skins là gì?

Accurate skins là một tiện ích mở rộng Chrome được phát triển bởi https://accurateskins.com, và tính năng chính của nó là "3D View TF2 Warpaints in the steam community market".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Accurate skins

Tải xuống các tệp mở rộng Accurate skins dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Accurate skins Accurate skins
ID eapofbiblaihdnbgnaabchoddijejcnm
URL Chính Thức https://chromewebstore.google.com/detail/accurate-skins/eapofbiblaihdnbgnaabchoddijejcnm
Mô tả 3D View TF2 Warpaints in the steam community market
Kích Thước Tệp 347 KB
Số Lần Cài Đặt 3,573
Phiên Bản Hiện Tại 1.2.4
Cập Nhật Lần Cuối 2022-10-06
Ngày Phát Hành 2021-11-29
Đánh Giá 3.64/5 Tổng số 14 Đánh Giá
Nhà Phát Triển https://accurateskins.com
Email [email protected]
Loại Thanh Toán in_app
URL Trang Trợ Giúp https://steamcommunity.com/groups/tf2loadout
Ngôn Ngữ Được Hỗ Trợ 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
    }
}