BuffGen
!gen and !gengl commands directly in buff.163
什么是BuffGen?
BuffGen是由rksss开发的Chrome扩展程序,该扩展的主要功能是“!gen and !gengl commands directly in buff.163”。
扩展截图
下载BuffGen扩展crx文件
下载BuffGen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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": [] } |