Restore Old Roblox Server List
Restores the old roblox server list & allows searching of User ID's in games
Что такое Restore Old Roblox Server List?
Restore Old Roblox Server List - это расширение Chrome, разработанное Lucas, и его основная функция - "Restores the old roblox server list & allows searching of User ID's in games".
Снимки экрана расширения
Скачать файл CRX расширения Restore Old Roblox Server List
Скачайте файлы расширений Restore Old Roblox Server List в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Fast server & user searcher to bring back the old roblox server list (User searching may false positive with default avatars) Support Server: https://discord.gg/aYK8jmmcrJ Firefox Version: https://addons.mozilla.org/en-US/firefox/addon/restore-old-roblox-server-list
Основная информация о расширении
Название | Restore Old Roblox Server List |
ID | aipkkddccajhejhkiefholbpknhmoaep |
Официальный URL | https://chromewebstore.google.com/detail/restore-old-roblox-server/aipkkddccajhejhkiefholbpknhmoaep |
Описание | Restores the old roblox server list & allows searching of User ID's in games |
Размер файла | 66.36 KB |
Количество установок | 46,999 |
Текущая Версия | 2.0.0 |
Последнее Обновление | 2023-07-23 |
Дата публикации | 2022-08-10 |
Рейтинг | 4.32/5 Всего 104 оценок |
Разработчик | Lucas |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы помощи | https://discord.gg/aYK8jmmcrJ |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Restore Old Roblox Server List", "description": "Restores the old roblox server list & allows searching of User ID's in games", "author": "Lucas", "version": "2.0.0", "icons": { "16": "images\/16x16.png", "32": "images\/32x32.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "action": { "default_icon": "images\/128x128.png", "default_title": "Settings", "default_popup": "html\/settings.html" }, "permissions": [ "storage" ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/*.roblox.com\/games\/" ], "web_accessible_resources": [ { "resources": [ "images\/*", "html\/main.html" ], "matches": [ " |