BuffGen

!gen and !gengl commands directly in buff.163

Qu'est-ce que BuffGen ?

BuffGen est une extension Chrome développée par rksss, et sa fonction principale est "!gen and !gengl commands directly in buff.163".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension BuffGen

Téléchargez les fichiers d'extension BuffGen au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom BuffGen BuffGen
ID nkmgljoejhgelpjnlkcokddhmghdmilm
URL Officiel https://chromewebstore.google.com/detail/buffgen/nkmgljoejhgelpjnlkcokddhmghdmilm
Description !gen and !gengl commands directly in buff.163
Taille du Fichier 236 KB
Nombre d'Installations 174
Version Actuelle 1.0.3
Dernière Mise à Jour 2024-02-07
Date de Publication 2024-01-30
Évaluation 5.00/5 Total 2 Évaluations
Développeur rksss
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": []
}