Accurate skins

3D View TF2 Warpaints in the steam community market

Accurate skinsคืออะไร?

Accurate skins เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://accurateskins.com และคุณลักษณะหลักของมันคือ "3D View TF2 Warpaints in the steam community market"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Accurate skins

ดาวน์โหลดไฟล์ส่วนขยาย Accurate skins ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
    }
}