BetterBuff

Enhance your website experience on Buff163

BetterBuff क्या है?

BetterBuff https://rums.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhance your website experience on Buff163"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में BetterBuff एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Open-Source on Github: https://github.com/GODrums/BetterBuff

BetterBuff is a successor to BuffUtility and aims to massively improve the user experience on the chinese skins marketplace Buff163. It is an actively maintained, free, and open-source extension for all major browsers based on the popular but now deprecated BuffUtility.

Highlights:
- Dark mode to make the site more readible
- Custom listing options for !gen links, FloatDB and more
- Display listing age and more accurate sticker percentages
- Use the Buff Points Lottery directly in the website
- Dual pricings and listing amounts directly in the market search
- Show the teams of a souvenir package directly next to the listing
- and much more!

This extension is still in active development. There may still be bugs or missing features. For feature suggestions or bug reports join our Discord, which can be found in the extension popup or the Github repository: https://github.com/GODrums/BetterBuff
If you are an experienced coder, feel free to contribute on Github.                    

एक्सटेंशन की मूल जानकारी

नाम BetterBuff BetterBuff
ID igacjekfbhgjnimlkmpdbgeekddolkaa
आधिकारिक URL https://chromewebstore.google.com/detail/betterbuff/igacjekfbhgjnimlkmpdbgeekddolkaa
विवरण Enhance your website experience on Buff163
फ़ाइल का आकार 950 KB
स्थापना संख्या 433
वर्तमान संस्करण 0.7.5
अंतिम अपडेट 2024-03-04
प्रकाशन तिथि 2024-01-05
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://rums.dev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/GODrums/BetterBuff
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BetterBuff",
    "description": "Enhance your website experience on Buff163",
    "version": "0.7.5",
    "icons": {
        "128": "icon\/128.png",
        "512": "icon\/512.png"
    },
    "host_permissions": [
        "*:\/\/*.buff.163.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js",
                "ch_patterns.json"
            ],
            "matches": [
                "*:\/\/*.buff.163.com\/*"
            ]
        },
        {
            "resources": [
                "content-scripts\/buff.css"
            ],
            "matches": [
                "*:\/\/*.buff.163.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "BetterBuff",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.buff.163.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content-scripts\/buff.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.buff.163.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "content-scripts\/injection.css"
            ],
            "js": [
                "content-scripts\/injection.js"
            ]
        }
    ]
}