Steamlevels Steam Enhancer

Autocraft Steam Badges & Steam Gems!

Co je Steamlevels Steam Enhancer?

Steamlevels Steam Enhancer je rozšíření Chrome vyvinuté https://steamlevels.com, a jeho hlavní funkcí je „Autocraft Steam Badges & Steam Gems!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Steamlevels Steam Enhancer

Stáhněte si soubory rozšíření Steamlevels Steam Enhancer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Steamlevels Steam Enhancer Steamlevels Steam Enhancer
ID fmhjkiceobnadhahfmgbcppcohaendfb
Oficiální URL https://chromewebstore.google.com/detail/steamlevels-steam-enhance/fmhjkiceobnadhahfmgbcppcohaendfb
Popis Autocraft Steam Badges & Steam Gems!
Velikost souboru 81.1 KB
Počet instalací 1,774
Aktuální Verze 0.0.20
Poslední Aktualizace 2021-09-01
Datum Vydání 2020-05-05
Hodnocení 4.67/5 Celkem 12 Hodnocení
Vývojář https://steamlevels.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://steamlevels.com
URL Stránky Nápovědy https://steamlevels.com/help
URL Stránky Zásad Ochrany Soukromí https://steamlevels.com/privacy
Podporované Jazyky 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"
    }
}