BuffGen
!gen and !gengl commands directly in buff.163
BuffGen क्या है?
BuffGen rksss द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "!gen and !gengl commands directly in buff.163"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BuffGen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [] } |