RoWatch Searcher

Search Roblox servers for a desired player

RoWatch Searcher क्या है?

RoWatch Searcher Bryce द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search Roblox servers for a desired player"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RoWatch Searcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}