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 |
官方網址 | 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": [] } |