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
Eメール [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"
            ]
        }
    ]
}