NoBobux

Hides your Robux count on Roblox websites. That's it.

Τι είναι το NoBobux;

Το NoBobux είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MacAndSwiss, και η κύρια λειτουργία του είναι "Hides your Robux count on Roblox websites. That's it.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης NoBobux

Λήψη αρχείων επέκτασης NoBobux σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        NoBobux is a simple extension that hides the amount of Robux that you have while on the main Roblox website and its subdomains.

It accomplishes this by adding a visibility modifier to the box containing your Robux count, and setting that to false.

Should be compatible with Roblox+, and Better Roblox (BTR).

You can view the source here: https://github.com/raymondwzeng/NoBobux
And support my work here: https://ko-fi.com/macandswiss                    

Βασικές Πληροφορίες Επέκτασης

Όνομα NoBobux NoBobux
ID pfnhchkfbieddalghdhaidcdjkbefoel
Επίσημο URL https://chromewebstore.google.com/detail/nobobux/pfnhchkfbieddalghdhaidcdjkbefoel
Περιγραφή Hides your Robux count on Roblox websites. That's it.
Μέγεθος Αρχείου 17.18 KB
Αριθμός Εγκαταστάσεων 415
Τρέχουσα Έκδοση 0.0.0.2
Τελευταία Ενημέρωση 2021-04-16
Ημερομηνία Δημοσίευσης 2021-04-14
Αξιολόγηση 3.42/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής MacAndSwiss
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/raymondwzeng/NoBobux
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NoBobux",
    "version": "0.0.0.2",
    "manifest_version": 2,
    "description": "Hides your Robux count on Roblox websites. That's it.",
    "author": "MacAndSwiss",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/*.roblox.com\/"
    ]
}