BuffGen

!gen and !gengl commands directly in buff.163

O que é BuffGen?

BuffGen é uma extensão do Chrome desenvolvida por rksss, e sua principal característica é "!gen and !gengl commands directly in buff.163".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão BuffGen

Baixe arquivos de extensão BuffGen no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome BuffGen BuffGen
ID nkmgljoejhgelpjnlkcokddhmghdmilm
URL Oficial https://chromewebstore.google.com/detail/buffgen/nkmgljoejhgelpjnlkcokddhmghdmilm
Descrição !gen and !gengl commands directly in buff.163
Tamanho do Arquivo 236 KB
Contagem de Instalações 174
Versão Atual 1.0.3
Última Atualização 2024-02-07
Data de Publicação 2024-01-30
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor rksss
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": []
}