Steamlvlup Card Factory

Improves your interaction with your Trading Cards, game Badges and Steam profile level. Official Web Extansion by Steamlvlup.com

ما هو Steamlvlup Card Factory؟

Steamlvlup Card Factory هو إضافة Chrome تم تطويرها بواسطة https://steamlvlup.com، والميزة الرئيسية لها هي "Improves your interaction with your Trading Cards, game Badges and Steam profile level. Official Web Extansion by Steamlvlup.com".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Steamlvlup Card Factory

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

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

                        Extension from the site Steamlvlup.com
The main functions are:
1) Farm cards from your games, right in the browser, without the need to enter personal data from your account.
2) Automatically create badges by pressing one button.
3) Prices for items in your Steam inventory
4) Ability to proceed to purchase the game badge from the game page in the Steam Store
5) View installed wallpaper and avatar frames in user profiles
6) Checking the trade offers for SCAM

Your bug reports and suggestions: [email protected] or Discord
Our Discord: https://discord.gg/H7mVkcb8ZP                    

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

الاسم Steamlvlup Card Factory Steamlvlup Card Factory
ID aianbfmoodjcijnafbkbfhphjbabijjf
عنوان URL الرسمي https://chromewebstore.google.com/detail/steamlvlup-card-factory/aianbfmoodjcijnafbkbfhphjbabijjf
الوصف Improves your interaction with your Trading Cards, game Badges and Steam profile level. Official Web Extansion by Steamlvlup.com
حجم الملف 555 KB
عدد التثبيتات 4,511
النسخة الحالية 1.0.3
آخر تحديث 2023-11-25
تاريخ النشر 2023-04-07
تقييم 4.92/5 مجموع تقييمات 636
المطور https://steamlvlup.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://steamlvlup.com/
عنوان صفحة المساعدة https://steamlvlup.com/support#new
عنوان صفحة سياسة الخصوصية https://steamlvlup.com/tos
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Steamlvlup Card Factory",
    "version": "1.0.3",
    "description": "Improves your interaction with your Trading Cards, game Badges and Steam profile level. Official Web Extansion by Steamlvlup.com",
    "short_name": "SCF",
    "background": {
        "service_worker": "script\/background.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "offscreen"
    ],
    "host_permissions": [
        "*:\/\/steamcommunity.com\/*",
        "*:\/\/*.steampowered.com\/*",
        "*:\/\/api.steamlvlup.com\/*",
        "*:\/\/steamlvlup.com\/*",
        "*:\/\/store.steampowered.com\/app\/*",
        "*:\/\/store.steampowered.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/steamcommunity.com\/*",
            "*:\/\/steamlvlup.com\/extension\/bonus",
            "*:\/\/store.steampowered.com\/app\/*",
            "*:\/\/store.steampowered.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/steamcommunity.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "style\/style.css"
            ],
            "js": [
                "script\/helper.js",
                "script\/settings.js"
            ]
        },
        {
            "matches": [
                "*:\/\/store.steampowered.com\/*"
            ],
            "run_at": "document_end",
            "css": [
                "style\/style.css"
            ],
            "js": [
                "script\/helper.js",
                "script\/settings.js"
            ]
        },
        {
            "matches": [
                "*:\/\/store.steampowered.com\/app\/*"
            ],
            "run_at": "document_end",
            "css": [
                "style\/style.css"
            ],
            "js": [
                "script\/helper.js",
                "script\/settings.js",
                "script\/gameCache.js",
                "script\/inGame.js"
            ]
        },
        {
            "matches": [
                "*:\/\/steamcommunity.com\/id\/*\/inventory",
                "*:\/\/steamcommunity.com\/id\/*\/inventory\/*",
                "*:\/\/steamcommunity.com\/profiles\/*\/inventory",
                "*:\/\/steamcommunity.com\/profiles\/*\/inventory\/*"
            ],
            "run_at": "document_end",
            "css": [
                "style\/style.css"
            ],
            "js": [
                "script\/helper.js",
                "script\/inventoryCache.js",
                "script\/inInventory.js"
            ]
        },
        {
            "matches": [
                "*:\/\/steamcommunity.com\/id\/*\/tradeoffers\/*",
                "*:\/\/steamcommunity.com\/id\/*\/tradeoffers",
                "*:\/\/steamcommunity.com\/profiles\/*\/tradeoffers\/",
                "*:\/\/steamcommunity.com\/tradeoffer\/*"
            ],
            "run_at": "document_end",
            "css": [
                "style\/style.css"
            ],
            "js": [
                "script\/helper.js",
                "script\/inTrade.js",
                "script\/tradeController.js"
            ]
        },
        {
            "matches": [
                "*:\/\/steamcommunity.com\/id\/*\/badges\/*",
                "*:\/\/steamcommunity.com\/profiles\/*\/badges\/*",
                "*:\/\/steamcommunity.com\/id\/*\/badges",
                "*:\/\/steamcommunity.com\/profiles\/*\/badges"
            ],
            "run_at": "document_end",
            "css": [
                "style\/style.css"
            ],
            "js": [
                "script\/helper.js",
                "script\/inBadges.js"
            ]
        },
        {
            "matches": [
                "*:\/\/steamlvlup.com\/extension\/bonus"
            ],
            "run_at": "document_end",
            "css": [
                "style\/style.css"
            ],
            "js": [
                "script\/helper.js",
                "script\/inBonus.js"
            ]
        },
        {
            "matches": [
                "*:\/\/steamcommunity.com\/chat\/*"
            ],
            "run_at": "document_end",
            "css": [
                "style\/style.css"
            ],
            "js": [
                "script\/helper.js",
                "script\/inDropCards.js"
            ]
        },
        {
            "matches": [
                "*:\/\/steamcommunity.com\/id\/*",
                "*:\/\/steamcommunity.com\/profiles\/*"
            ],
            "run_at": "document_end",
            "css": [
                "style\/style.css"
            ],
            "js": [
                "script\/helper.js",
                "script\/inProfile.js"
            ]
        }
    ],
    "action": {
        "default_title": "Steamlvlup Card Factory",
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icons\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "style\/style.css",
                "script\/content.js",
                "script\/helper.js",
                "script\/settings.js",
                "script\/*.js",
                "icons\/*",
                "sound\/*"
            ],
            "matches": [
                "*:\/\/steamcommunity.com\/*",
                "*:\/\/*.steampowered.com\/*",
                "*:\/\/api.steamlvlup.com\/*",
                "*:\/\/steamlvlup.com\/*",
                "*:\/\/extension.steamlvlup.com\/*",
                "*:\/\/store.steampowered.com\/*"
            ]
        }
    ]
}