Roblox extension compatibility fixer
This extension will fix the compatibility issues between a few popular roblox community-made extensions
Co to jest Roblox extension compatibility fixer?
Roblox extension compatibility fixer to rozszerzenie Chrome opracowane przez TickoGrey, a jego główną funkcją jest „This extension will fix the compatibility issues between a few popular roblox community-made extensions”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Roblox extension compatibility fixer
Pobierz pliki rozszerzeń Roblox extension compatibility fixer 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
This extension will fix the compatibility issues between a few popular Roblox community-made extensions
We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with the Roblox corporation. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dkmmbdafahejikkbeapodinfojgbdiaf |
| Oficjalny URL | https://chromewebstore.google.com/detail/roblox-extension-compatib/dkmmbdafahejikkbeapodinfojgbdiaf |
| Opis | This extension will fix the compatibility issues between a few popular roblox community-made extensions |
| Rozmiar pliku | 5.65 KB |
| Liczba instalacji | 50 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2023-05-08 |
| Data Publikacji | 2023-05-07 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | TickoGrey |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"js": [
"index.js"
],
"matches": [
"https:\/\/www.roblox.com\/games\/*"
]
}
],
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"manifest_version": 3,
"name": "Roblox extension compatibility fixer",
"version": "1.0.0",
"description": "This extension will fix the compatibility issues between a few popular roblox community-made extensions"
} | |