Steamlevels Steam Enhancer

Autocraft Steam Badges & Steam Gems!

What is Steamlevels Steam Enhancer?

Steamlevels Steam Enhancer is a Chrome extension developed by https://steamlevels.com, and its main feature is "Autocraft Steam Badges & Steam Gems!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Steamlevels Steam Enhancer Extension CRX File

Download Steamlevels Steam Enhancer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Steamlevels Steam Enhancer Steamlevels Steam Enhancer
ID fmhjkiceobnadhahfmgbcppcohaendfb
Official URL https://chromewebstore.google.com/detail/steamlevels-steam-enhance/fmhjkiceobnadhahfmgbcppcohaendfb
Description Autocraft Steam Badges & Steam Gems!
File Size 81.1 KB
Installation Count 1,774
Current Version 0.0.20
Last Updated 2021-09-01
Publish Date 2020-05-05
Rating 4.67/5 Total 12 Ratings
Developer https://steamlevels.com
Email [email protected]
Payment Type free
Extension Website https://steamlevels.com
Help Page URL https://steamlevels.com/help
Privacy Policy Page URL https://steamlevels.com/privacy
Supported Languages 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"
    }
}