AltLauncher Extension
Need an account? Just click the generate button and get a old account quickly!
Что такое AltLauncher Extension?
AltLauncher Extension - это расширение Chrome, разработанное https://altlauncher.xyz, и его основная функция - "Need an account? Just click the generate button and get a old account quickly!".
Снимки экрана расширения
Скачать файл CRX расширения AltLauncher Extension
Скачайте файлы расширений AltLauncher Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Get a aged untouched Roblox account with a few simple clicks! AltLauncher is a service where we provide Roblox alt accounts to you for free!
Основная информация о расширении
Название | |
ID | onomfoejhpplkcjfcfpflifcjblaonlc |
Официальный URL | https://chromewebstore.google.com/detail/altlauncher-extension/onomfoejhpplkcjfcfpflifcjblaonlc |
Описание | Need an account? Just click the generate button and get a old account quickly! |
Размер файла | 75.17 KB |
Количество установок | 256 |
Текущая Версия | 1.4.2 |
Последнее Обновление | 2022-09-13 |
Дата публикации | 2021-09-11 |
Рейтинг | 3.67/5 Всего 3 оценок |
Разработчик | https://altlauncher.xyz |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://altlauncher.xyz |
URL страницы помощи | https://altlauncher.xyz |
Поддерживаемые языки | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AltLauncher Extension", "description": "Need an account? Just click the generate button and get a old account quickly!", "version": "1.4.2", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/*.roblox.com\/login", "https:\/\/*.roblox.com\/login?*", "https:\/\/*.roblox.com\/Login?*", "https:\/\/*.roblox.com\/NewLogin", "https:\/\/*.roblox.com\/newlogin", "https:\/\/*.roblox.com\/newlogin?*", "https:\/\/*.roblox.com\/NewLogin?*", "https:\/\/*.roblox.com\/NewLogin" ], "js": [ "libraries\/jquery.js", "content.js" ] } ], "icons": { "128": "icon.ico" } } |