Steamlevels Steam Enhancer

Autocraft Steam Badges & Steam Gems!

什么是Steamlevels Steam Enhancer?

Steamlevels Steam Enhancer是由https://steamlevels.com开发的Chrome扩展程序,该扩展的主要功能是“Autocraft Steam Badges & Steam Gems!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Steamlevels Steam Enhancer扩展crx文件

下载Steamlevels Steam Enhancer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
帮助页面URL https://steamlevels.com/help
隐私政策页面URL 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"
    }
}