Roblox extension compatibility fixer
This extension will fix the compatibility issues between a few popular roblox community-made extensions
Что такое Roblox extension compatibility fixer?
Roblox extension compatibility fixer - это расширение Chrome, разработанное TickoGrey, и его основная функция - "This extension will fix the compatibility issues between a few popular roblox community-made extensions".
Снимки экрана расширения
Скачать файл CRX расширения Roblox extension compatibility fixer
Скачайте файлы расширений Roblox extension compatibility fixer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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. Основная информация о расширении
| Название | |
| ID | dkmmbdafahejikkbeapodinfojgbdiaf |
| Официальный URL | https://chromewebstore.google.com/detail/roblox-extension-compatib/dkmmbdafahejikkbeapodinfojgbdiaf |
| Описание | This extension will fix the compatibility issues between a few popular roblox community-made extensions |
| Размер файла | 5.65 KB |
| Количество установок | 50 |
| Текущая Версия | 1.0.0 |
| Последнее Обновление | 2023-05-08 |
| Дата публикации | 2023-05-07 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | TickoGrey |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
} | |