BuffGen

!gen and !gengl commands directly in buff.163

BuffGen란 무엇입니까?

BuffGen은(는) rksss에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "!gen and !gengl commands directly in buff.163"입니다.

확장 프로그램 스크린샷

screenshot

BuffGen 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 BuffGen BuffGen
ID nkmgljoejhgelpjnlkcokddhmghdmilm
공식 URL https://chromewebstore.google.com/detail/buffgen/nkmgljoejhgelpjnlkcokddhmghdmilm
설명 !gen and !gengl commands directly in buff.163
파일 크기 236 KB
설치 횟수 174
현재 버전 1.0.3
최근 업데이트 2024-02-07
출시 날짜 2024-01-30
평점 5.00/5 총 2 개의 평점
개발자 rksss
이메일 [email protected]
결제 유형 free
지원되는 언어 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": []
}