FreeServer

Finds free Private Servers on Roblox for free!

Apa itu FreeServer?

FreeServer adalah ekstensi Chrome yang dikembangkan oleh https://fern.wtf, dan fitur utamanya adalah "Finds free Private Servers on Roblox for free!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi FreeServer

Unduh file ekstensi FreeServer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        **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                    

Informasi Dasar Ekstensi

Nama FreeServer FreeServer
ID giibhjmljpmnaiadfpghpajecbpbifob
URL Resmi https://chromewebstore.google.com/detail/freeserver/giibhjmljpmnaiadfpghpajecbpbifob
Deskripsi Finds free Private Servers on Roblox for free!
Ukuran File 236 KB
Jumlah Instalasi 2,649
Versi Saat Ini 0.13
Terakhir Diperbarui 2023-05-12
Tanggal Publikasi 2023-03-20
Penilaian 4.82/5 Total 11 Penilaian
Pengembang https://fern.wtf
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Kelvinouo/FreeServer
URL Halaman Bantuan https://github.com/Kelvinouo/FreeServer/issues
URL Halaman Kebijakan Privasi https://fern.wtf/tos
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}