RoWatch Searcher

Search Roblox servers for a desired player

O que é RoWatch Searcher?

RoWatch Searcher é uma extensão do Chrome desenvolvida por Bryce, e sua principal característica é "Search Roblox servers for a desired player".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RoWatch Searcher

Baixe arquivos de extensão RoWatch Searcher no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome RoWatch Searcher RoWatch Searcher
ID lfpjfpoejnapkfdpdjbbfhniioppmfof
URL Oficial https://chromewebstore.google.com/detail/rowatch-searcher/lfpjfpoejnapkfdpdjbbfhniioppmfof
Descrição Search Roblox servers for a desired player
Tamanho do Arquivo 56.49 KB
Contagem de Instalações 871
Versão Atual 1.0.0
Última Atualização 2022-12-05
Data de Publicação 2022-12-05
Classificação 3.00/5 Total de 16 Avaliações
Desenvolvedor Bryce
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/V1uk
URL da Página de Ajuda https://discord.gg/RoWatch
URL da Página de Política de Privacidade https://www.freeprivacypolicy.com/live/faf3e5f0-abfe-4b9b-810e-91430c98f437
Idiomas Suportados 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"
            ]
        }
    ]
}