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
官方URL 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"
            ]
        }
    ]
}