BUFF Inspect

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

BUFF Inspect क्या है?

BUFF Inspect stringgaijia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to generate inspection commands for server such as Broskin directly on BUFF"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BUFF Inspect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}