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 |
Eメール | [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": [] } |