RoWatch Searcher

Search Roblox servers for a desired player

什麼是RoWatch Searcher?

RoWatch Searcher是由Bryce開發的Chrome擴展程式,該擴展的主要功能是“Search Roblox servers for a desired player”。

擴展截圖

screenshot

下載RoWatch Searcher擴展crx文件

下載RoWatch Searcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Welcome to the official RoWatch+ plugin for the platform of ROBLOX!

We offer being able to search for other players and joining them for you to all have fun! You wanna be part of a fun community and enjoy your time and meet someone you love on the platform? Well now you can with RoWatch Searcher. We hope y'all enjoy our first ever plugin on this platform.                    

擴展基本資訊

名稱 RoWatch Searcher RoWatch Searcher
ID lfpjfpoejnapkfdpdjbbfhniioppmfof
官方網址 https://chromewebstore.google.com/detail/rowatch-searcher/lfpjfpoejnapkfdpdjbbfhniioppmfof
簡介 Search Roblox servers for a desired player
檔案大小 56.49 KB
安裝次數 871
目前版本 1.0.0
更新時間 2022-12-05
上架時間 2022-12-05
評分 3.00/5 共 16 次評分
開發者 Bryce
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/V1uk
說明頁面URL https://discord.gg/RoWatch
隱私政策頁面URL https://www.freeprivacypolicy.com/live/faf3e5f0-abfe-4b9b-810e-91430c98f437
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "description": "Search Roblox servers for a desired player",
    "host_permissions": [
        "https:\/\/*.roblox.com\/"
    ],
    "icons": {
        "128": "images\/128x128.png",
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png"
    },
    "manifest_version": 3,
    "name": "RoWatch Searcher",
    "permissions": [
        "scripting"
    ],
    "version": "1.0.0",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/*.png",
                "styles.css",
                "content.js",
                "load.js",
                "panel.html"
            ]
        }
    ]
}