FreeServer

Finds free Private Servers on Roblox for free!

FreeServer란 무엇입니까?

FreeServer은(는) https://fern.wtf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Finds free Private Servers on Roblox for free!"입니다.

확장 프로그램 스크린샷

screenshot

FreeServer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        **Make sure that you installed BTRblox before using this plugin**

FAQ:

Q:What does this plugin do?
A:This plugin can provide you free robux vip server

Q:Why it doesn't display any free vip server?

A:If the plugin can't get any vip server from the provide server, it will not display anything.

official github: https://github.com/Kelvinouo/FreeServer                    

확장 프로그램 기본 정보

이름 FreeServer FreeServer
ID giibhjmljpmnaiadfpghpajecbpbifob
공식 URL https://chromewebstore.google.com/detail/freeserver/giibhjmljpmnaiadfpghpajecbpbifob
설명 Finds free Private Servers on Roblox for free!
파일 크기 236 KB
설치 횟수 2,649
현재 버전 0.13
최근 업데이트 2023-05-12
출시 날짜 2023-03-20
평점 4.82/5 총 11 개의 평점
개발자 https://fern.wtf
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/Kelvinouo/FreeServer
도움말 페이지 URL https://github.com/Kelvinouo/FreeServer/issues
개인정보 보호 정책 페이지 URL https://fern.wtf/tos
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FreeServer",
    "action": [],
    "manifest_version": 3,
    "version": "0.13",
    "description": "Finds free Private Servers on Roblox for free!",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery.js"
            ],
            "matches": [
                "https:\/\/*.roblox.com\/games\/*"
            ]
        }
    ],
    "permissions": [
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/*.roblox.com\/games\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.png",
                "css\/*.css",
                "js\/*.js",
                "load.js",
                "background.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}