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
官方網址 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"
    }
}