BuffGen
!gen and !gengl commands directly in buff.163
BuffGenคืออะไร?
BuffGen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rksss และคุณลักษณะหลักของมันคือ "!gen and !gengl commands directly in buff.163"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BuffGen
ดาวน์โหลดไฟล์ส่วนขยาย 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": [] } |