RoWatch Searcher

Search Roblox servers for a desired player

Cos'è RoWatch Searcher?

RoWatch Searcher è un'estensione di Chrome sviluppata da Bryce, e la sua funzione principale è "Search Roblox servers for a desired player".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RoWatch Searcher

Scarica i file di estensione RoWatch Searcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome RoWatch Searcher RoWatch Searcher
ID lfpjfpoejnapkfdpdjbbfhniioppmfof
URL Ufficiale https://chromewebstore.google.com/detail/rowatch-searcher/lfpjfpoejnapkfdpdjbbfhniioppmfof
Descrizione Search Roblox servers for a desired player
Dimensione del File 56.49 KB
Conteggio Installazioni 871
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-12-05
Data di Pubblicazione 2022-12-05
Valutazione 3.00/5 Totale 16 Valutazioni
Sviluppatore Bryce
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/V1uk
URL della Pagina di Aiuto https://discord.gg/RoWatch
URL della Pagina della Politica sulla Privacy https://www.freeprivacypolicy.com/live/faf3e5f0-abfe-4b9b-810e-91430c98f437
Lingue Supportate 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"
            ]
        }
    ]
}