Steam Card Assistant

Extends the Steam Badge crafting system by crafting multiple badges at once, as well as other useful features.

Steam Card Assistant क्या है?

Steam Card Assistant https://tcno.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extends the Steam Badge crafting system by crafting multiple badges at once, as well as other useful features."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Steam Card Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A simple Open-source extension for Steam Badge crafting and managing. Speed up leveling.
Features:
- Craft multiple badges at once, with once click (No more click and reload 5 times)
- Craft multiple badges from the badge list. You don't need to go into the seperate pages.
- Purchase badge sets in groups of 5, making mass crafting even easier.
- Always makes sure steamcommunity is HTTPS. Sometimes you'll be insecurely connected, as Steam does not force it.

This project is open source under the MIT License. Check out the GitHub repository: https://github.com/TcNobo/TcNo-Steam-Card-Assistant

Official website: https://tcno.co/
Discord: https://discord.gg/Aj6RrKh
Suggestions & Business queries: [email protected] (or via Discord)                    

एक्सटेंशन की मूल जानकारी

नाम Steam Card Assistant Steam Card Assistant
ID peclgodihffdabhnecgclojooijaeeeb
आधिकारिक URL https://chromewebstore.google.com/detail/steam-card-assistant/peclgodihffdabhnecgclojooijaeeeb
विवरण Extends the Steam Badge crafting system by crafting multiple badges at once, as well as other useful features.
फ़ाइल का आकार 56.23 KB
स्थापना संख्या 7,121
वर्तमान संस्करण 2.3.1
अंतिम अपडेट 2022-05-29
प्रकाशन तिथि 2020-07-01
रेटिंग 4.00/5 कुल 8 रेटिंग्स
डेवलपर https://tcno.co
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://tcno.co/
सहायता पृष्ठ URL https://s.tcno.co/Card-Discord
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Steam Card Assistant",
    "description": "Extends the Steam Badge crafting system by crafting multiple badges at once, as well as other useful features.",
    "version": "2.3.1",
    "homepage_url": "https:\/\/tcno.co\/",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16x16.png",
            "32": "images\/icon32x32.png",
            "48": "images\/icon48x48.png",
            "128": "images\/icon128x128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16x16.png",
        "32": "images\/icon32x32.png",
        "48": "images\/icon48x48.png",
        "128": "images\/icon128x128.png"
    },
    "web_accessible_resources": [
        "TcNoEmbed.js"
    ],
    "permissions": [
        "*:\/\/*.steampowered.com\/*",
        "*:\/\/*.steamcommunity.com\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*.steamcommunity.com\/id\/*\/badges*",
                "*:\/\/*.steamcommunity.com\/market\/multibuy*",
                "*:\/\/*.steamcommunity.com\/id\/*\/gamecards*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "sca.js"
            ]
        }
    ]
}