Steamlevels Steam Enhancer

Autocraft Steam Badges & Steam Gems!

Steamlevels Steam Enhancerคืออะไร?

Steamlevels Steam Enhancer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://steamlevels.com และคุณลักษณะหลักของมันคือ "Autocraft Steam Badges & Steam Gems!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steamlevels Steam Enhancer

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}