Steamlevels Steam Enhancer

Autocraft Steam Badges & Steam Gems!

Steamlevels Steam Enhancer là gì?

Steamlevels Steam Enhancer là một tiện ích mở rộng Chrome được phát triển bởi https://steamlevels.com, và tính năng chính của nó là "Autocraft Steam Badges & Steam Gems!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Steamlevels Steam Enhancer

Tải xuống các tệp mở rộng Steamlevels Steam Enhancer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Steamlevels Steam Enhancer Steamlevels Steam Enhancer
ID fmhjkiceobnadhahfmgbcppcohaendfb
URL Chính Thức https://chromewebstore.google.com/detail/steamlevels-steam-enhance/fmhjkiceobnadhahfmgbcppcohaendfb
Mô tả Autocraft Steam Badges & Steam Gems!
Kích Thước Tệp 81.1 KB
Số Lần Cài Đặt 1,774
Phiên Bản Hiện Tại 0.0.20
Cập Nhật Lần Cuối 2021-09-01
Ngày Phát Hành 2020-05-05
Đánh Giá 4.67/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://steamlevels.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://steamlevels.com
URL Trang Trợ Giúp https://steamlevels.com/help
URL Trang Chính Sách Bảo Mật https://steamlevels.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}