BUFF Inspect

This extension allows you to generate inspection commands for server such as Broskin directly on BUFF

BUFF Inspect란 무엇입니까?

BUFF Inspect은(는) stringgaijia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to generate inspection commands for server such as Broskin directly on BUFF"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        BUFF Inspect is a chrome extension for CSGO traders that want to inspect an item on Buff 163 before purchasing it, or for the everyday player that just wants to look at the item to see if its worth buying. It allows you to generate a gen-code for any item currently on the Buff 163 marketplace which allows you to go on servers such as Broskin and view the item in-game.

Features
- Generate gen-code for any item
- Apply any sticker on any item
- Connect to saved skin inspect servers
- Instantly search for an item on FloatDB

Is this a scam? No. The code is open source and can be viewed on GitHub https://github.com/stringgaijia/BUFF-Inspect.

THIS IS AN EARLY VERSION! THERE MAY BE BUGS!
Please submit any bugs encountered to: https://github.com/stringgaijia/BUFF-Inspect/issues


Latest Changelog
Version 1.1.1 - 2022-01-18

# Fixed
- Chinese version of Buff now works
- Connect button works


We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with NetEase BUFF, or any of its subsidiaries or its affiliates.                    

확장 프로그램 기본 정보

이름 BUFF Inspect BUFF Inspect
ID lebfbmmlnogdmgpkeademimobdndhkgm
공식 URL https://chromewebstore.google.com/detail/buff-inspect/lebfbmmlnogdmgpkeademimobdndhkgm
설명 This extension allows you to generate inspection commands for server such as Broskin directly on BUFF
파일 크기 15.73 KB
설치 횟수 5,145
현재 버전 1.1.1
최근 업데이트 2022-01-19
출시 날짜 2021-12-28
평점 4.38/5 총 8 개의 평점
개발자 stringgaijia
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/stringgaijia/BUFF-Inspect
도움말 페이지 URL https://github.com/stringgaijia/BUFF-Inspect/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BUFF Inspect",
    "description": "This extension allows you to generate inspection commands for server such as Broskin directly on BUFF",
    "version": "1.1.1",
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/buff.163.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "buff_inspect.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}