BuffGen

!gen and !gengl commands directly in buff.163

BuffGen là gì?

BuffGen là một tiện ích mở rộng Chrome được phát triển bởi rksss, và tính năng chính của nó là "!gen and !gengl commands directly in buff.163".

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

screenshot

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

Tải xuống các tệp mở rộng BuffGen 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

                        BuffGen is a Google Chrome extension made by rksss. This extension seamlessly shows !gen and !gengl commands on buff.163 website. This allows you to directly copy that commands to use them on your favourite skin inspect server without the need to use any other tool to convert inspect links to !gen commands.

Also adds a enhanced price visualization on both the market page and item listings so you can compare the item price on buff with steam price

Works on any item!                    

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

Tên BuffGen BuffGen
ID nkmgljoejhgelpjnlkcokddhmghdmilm
URL Chính Thức https://chromewebstore.google.com/detail/buffgen/nkmgljoejhgelpjnlkcokddhmghdmilm
Mô tả !gen and !gengl commands directly in buff.163
Kích Thước Tệp 236 KB
Số Lần Cài Đặt 174
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2024-02-07
Ngày Phát Hành 2024-01-30
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển rksss
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BuffGen",
    "icons": {
        "16": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "version": "1.0.3",
    "manifest_version": 3,
    "description": "!gen and !gengl commands directly in buff.163",
    "action": {
        "default_icon": "img\/logo.png",
        "default_title": "BuffGen"
    },
    "background": [],
    "content_scripts": [
        {
            "js": [
                "scripts\/main.js"
            ],
            "matches": [
                "https:\/\/buff.163.com\/*"
            ],
            "css": [],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": []
}