Better Roblox Badges Extension
Improves Roblox Badges.
Co to jest Better Roblox Badges Extension?
Better Roblox Badges Extension to rozszerzenie Chrome opracowane przez https://jmk.gg, a jego główną funkcją jest „Improves Roblox Badges.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Better Roblox Badges Extension
Pobierz pliki rozszerzeń Better Roblox Badges Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
🚀 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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hipmiiggbfeojoehjibeedjpfpjiogel |
| Oficjalny URL | https://chromewebstore.google.com/detail/better-roblox-badges-exte/hipmiiggbfeojoehjibeedjpfpjiogel |
| Opis | Improves Roblox Badges. |
| Rozmiar pliku | 4.55 KB |
| Liczba instalacji | 10,152 |
| Aktualna Wersja | 1.0.1 |
| Ostatnia Aktualizacja | 2022-12-17 |
| Data Publikacji | 2021-07-25 |
| Ocena | 4.27/5 Łącznie 45 Oceny |
| Deweloper | https://jmk.gg |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Pomocy | https://twitter.com/jmkdev |
| Obsługiwane Języki | 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\/*"
]
} | |