BuffGen
!gen and !gengl commands directly in buff.163
Co to jest BuffGen?
BuffGen to rozszerzenie Chrome opracowane przez rksss, a jego główną funkcją jest „!gen and !gengl commands directly in buff.163”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BuffGen
Pobierz pliki rozszerzeń BuffGen w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | BuffGen |
ID | nkmgljoejhgelpjnlkcokddhmghdmilm |
Oficjalny URL | https://chromewebstore.google.com/detail/buffgen/nkmgljoejhgelpjnlkcokddhmghdmilm |
Opis | !gen and !gengl commands directly in buff.163 |
Rozmiar pliku | 236 KB |
Liczba instalacji | 174 |
Aktualna Wersja | 1.0.3 |
Ostatnia Aktualizacja | 2024-02-07 |
Data Publikacji | 2024-01-30 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | rksss |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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": [] } |