Accurate skins

3D View TF2 Warpaints in the steam community market

What is Accurate skins?

Accurate skins is a Chrome extension developed by https://accurateskins.com, and its main feature is "3D View TF2 Warpaints in the steam community market".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Accurate skins Extension CRX File

Download Accurate skins 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

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

Extension Basic Information

Name Accurate skins Accurate skins
ID eapofbiblaihdnbgnaabchoddijejcnm
Official URL https://chromewebstore.google.com/detail/accurate-skins/eapofbiblaihdnbgnaabchoddijejcnm
Description 3D View TF2 Warpaints in the steam community market
File Size 347 KB
Installation Count 3,573
Current Version 1.2.4
Last Updated 2022-10-06
Publish Date 2021-11-29
Rating 3.64/5 Total 14 Ratings
Developer https://accurateskins.com
Email [email protected]
Payment Type in_app
Help Page URL https://steamcommunity.com/groups/tf2loadout
Supported Languages 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
    }
}