Steamlevels Steam Enhancer

Autocraft Steam Badges & Steam Gems!

ما هو Steamlevels Steam Enhancer؟

Steamlevels Steam Enhancer هو إضافة Chrome تم تطويرها بواسطة https://steamlevels.com، والميزة الرئيسية لها هي "Autocraft Steam Badges & Steam Gems!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Steamlevels Steam Enhancer

قم بتنزيل ملفات الامتداد Steamlevels Steam Enhancer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Features to come:
- Manage trades & friend invites
- Upload animated artwork & invisible characters
- See when someone is actually Online/Away from their Steam profile

We are not affiliated with Valve, Steam or any of their partners. The Steam Data we use is from the Steam Web API and is provided on "as-is" terms.

Made by King, toxic and Nacho with <3                    

معلومات أساسية عن التمديد

الاسم Steamlevels Steam Enhancer Steamlevels Steam Enhancer
ID fmhjkiceobnadhahfmgbcppcohaendfb
عنوان URL الرسمي https://chromewebstore.google.com/detail/steamlevels-steam-enhance/fmhjkiceobnadhahfmgbcppcohaendfb
الوصف Autocraft Steam Badges & Steam Gems!
حجم الملف 81.1 KB
عدد التثبيتات 1,774
النسخة الحالية 0.0.20
آخر تحديث 2021-09-01
تاريخ النشر 2020-05-05
تقييم 4.67/5 مجموع تقييمات 12
المطور https://steamlevels.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://steamlevels.com
عنوان صفحة المساعدة https://steamlevels.com/help
عنوان صفحة سياسة الخصوصية https://steamlevels.com/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steamlevels Steam Enhancer",
    "version": "0.0.20",
    "description": "Autocraft Steam Badges & Steam Gems!",
    "manifest_version": 2,
    "page_action": {
        "default_icon": {
            "16": "images\/16x16.png",
            "32": "images\/32x32.png",
            "48": "images\/48x48.png",
            "128": "images\/128x128.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery-3.4.1.min.js",
                "varExtract.js",
                "autocraft.js",
                "gemcrafter.js"
            ],
            "css": [
                "autocraft.css",
                "gemcrafter.css"
            ],
            "matches": [
                "https:\/\/steamcommunity.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    }
}