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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |