Hello, Roblox!

Return the old greeting that we all missed!

Что такое Hello, Roblox!?

Hello, Roblox! - это расширение Chrome, разработанное The_Woozoo, и его основная функция - "Return the old greeting that we all missed!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Hello, Roblox!

Скачайте файлы расширений Hello, Roblox! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Returns the roblox greeting on the homepage. Feel free to contribute here: https://github.com/dvuzu/hello-roblox                    

Основная информация о расширении

Название Hello, Roblox! Hello, Roblox!
ID dpceldlkpeeefhaaholbfihfjogjabja
Официальный URL https://chromewebstore.google.com/detail/hello-roblox/dpceldlkpeeefhaaholbfihfjogjabja
Описание Return the old greeting that we all missed!
Размер файла 19.71 KB
Количество установок 115
Текущая Версия 0.2.1
Последнее Обновление 2024-01-21
Дата публикации 2023-10-09
Рейтинг 5.00/5 Всего 1 оценок
Разработчик The_Woozoo
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/dvuzu/hello-roblox
URL страницы помощи https://github.com/dvuzu/hello-roblox/issues
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hello, Roblox!",
    "description": "Return the old greeting that we all missed!",
    "version": "0.2.1",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/home*"
            ]
        }
    ]
}