Better Roblox Badges Extension

Improves Roblox Badges.

Cos'è Better Roblox Badges Extension?

Better Roblox Badges Extension è un'estensione di Chrome sviluppata da https://jmk.gg, e la sua funzione principale è "Improves Roblox Badges.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Better Roblox Badges Extension

Scarica i file di estensione Better Roblox Badges Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        🚀 Better Roblox Badges Extension adds multiple new Roblox Badges to the roblox.com website.
To use, just visit a user's profile and they will have new badges!

Additional badges:
- UGC Creator
- Accelerator
- Star Creator
- 10K, 100K, 1M, 5M, 10M Visits
- 1, 2, 3, 4, 5, 10 Year Veteran

GitHub: https://github.com/jmkd3v/Better-Roblox-Badges-Extension                    

Informazioni di Base sull'Estensione

Nome Better Roblox Badges Extension Better Roblox Badges Extension
ID hipmiiggbfeojoehjibeedjpfpjiogel
URL Ufficiale https://chromewebstore.google.com/detail/better-roblox-badges-exte/hipmiiggbfeojoehjibeedjpfpjiogel
Descrizione Improves Roblox Badges.
Dimensione del File 4.55 KB
Conteggio Installazioni 10,152
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-12-17
Data di Pubblicazione 2021-07-25
Valutazione 4.27/5 Totale 45 Valutazioni
Sviluppatore https://jmk.gg
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://twitter.com/jmkdev
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Roblox Badges Extension",
    "version": "1.0.1",
    "manifest_version": 3,
    "description": "Improves Roblox Badges.",
    "homepage_url": "http:\/\/jmk.gg",
    "content_scripts": [
        {
            "js": [
                "inject.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js",
                "style.css"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.roblox.com\/*"
    ]
}