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是由Lucas开发的Chrome扩展程序,该扩展的主要功能是“Restores the old roblox server list & allows searching of User ID's in games”。
扩展截图
下载Restore Old Roblox Server List扩展crx文件
下载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": [ " |