Steam Profile Assistant
Does various things to assist with making Steam profile artwork.
Что такое Steam Profile Assistant?
Steam Profile Assistant - это расширение Chrome, разработанное https://steam.design, и его основная функция - "Does various things to assist with making Steam profile artwork.".
Снимки экрана расширения
Скачать файл CRX расширения Steam Profile Assistant
Скачайте файлы расширений Steam Profile Assistant в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Creates Steam.Design buttons on steam pages. The buttons open up a related background (one you've selected in your inventory, one on a market page, and the one you have selected in your profile settings). In addition, it adds a "Upload Long Images" button to the Artwork uploading page, which makes whatever image you upload be in long format.
Основная информация о расширении
Название | Steam Profile Assistant |
ID | mjmabgdoainclinjecbkdancpamdiaih |
Официальный URL | https://chromewebstore.google.com/detail/steam-profile-assistant/mjmabgdoainclinjecbkdancpamdiaih |
Описание | Does various things to assist with making Steam profile artwork. |
Размер файла | 40.87 KB |
Количество установок | 76,266 |
Текущая Версия | 0.3.12 |
Последнее Обновление | 2022-08-09 |
Дата публикации | 2020-07-03 |
Рейтинг | 3.60/5 Всего 129 оценок |
Разработчик | https://steam.design |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://steam.design/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Steam Profile Assistant", "version": "0.3.12", "description": "Does various things to assist with making Steam profile artwork.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/steamcommunity.com\/*", "http:\/\/steamcommunity.com\/*", "https:\/\/store.steampowered.com\/points\/shop\/*" ], "js": [ "bundle.js" ], "run_at": "document_end" } ], "permissions": [ "https:\/\/*.githubusercontent.com\/*", "http:\/\/*.githubusercontent.com\/*", "storage" ], "web_accessible_resources": [ "images\/*.png", "massUpload.js", "massUpload.css" ] } |