BuffGen
!gen and !gengl commands directly in buff.163
Cos'è BuffGen?
BuffGen è un'estensione di Chrome sviluppata da rksss, e la sua funzione principale è "!gen and !gengl commands directly in buff.163".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BuffGen
Scarica i file di estensione BuffGen in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | BuffGen |
ID | nkmgljoejhgelpjnlkcokddhmghdmilm |
URL Ufficiale | https://chromewebstore.google.com/detail/buffgen/nkmgljoejhgelpjnlkcokddhmghdmilm |
Descrizione | !gen and !gengl commands directly in buff.163 |
Dimensione del File | 236 KB |
Conteggio Installazioni | 174 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2024-02-07 |
Data di Pubblicazione | 2024-01-30 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | rksss |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [] } |