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