BUFF Inspect
This extension allows you to generate inspection commands for server such as Broskin directly on BUFF
Co je BUFF Inspect?
BUFF Inspect je rozšíření Chrome vyvinuté stringgaijia, a jeho hlavní funkcí je „This extension allows you to generate inspection commands for server such as Broskin directly on BUFF“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření BUFF Inspect
Stáhněte si soubory rozšíření BUFF Inspect ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | lebfbmmlnogdmgpkeademimobdndhkgm |
Oficiální URL | https://chromewebstore.google.com/detail/buff-inspect/lebfbmmlnogdmgpkeademimobdndhkgm |
Popis | This extension allows you to generate inspection commands for server such as Broskin directly on BUFF |
Velikost souboru | 15.73 KB |
Počet instalací | 5,145 |
Aktuální Verze | 1.1.1 |
Poslední Aktualizace | 2022-01-19 |
Datum Vydání | 2021-12-28 |
Hodnocení | 4.38/5 Celkem 8 Hodnocení |
Vývojář | stringgaijia |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/stringgaijia/BUFF-Inspect |
URL Stránky Nápovědy | https://github.com/stringgaijia/BUFF-Inspect/issues |
Podporované Jazyky | 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" ] } |