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": [] } |