BuffGen

!gen and !gengl commands directly in buff.163

Τι είναι το BuffGen;

Το BuffGen είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον rksss, και η κύρια λειτουργία του είναι "!gen and !gengl commands directly in buff.163".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου 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 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": []
}