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"입니다.

확장 프로그램 스크린샷

screenshot

Restore Old Roblox Server List 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "js\/libraries\/jquery-3.6.1.min.js",
                "js\/pages\/content.js"
            ],
            "css": [
                "css\/main.css"
            ],
            "matches": [
                "*:\/\/*.roblox.com\/games\/*"
            ],
            "run_at": "document_end"
        }
    ]
}