RoSniperX

stream snipe your favorite youtubers

What is RoSniperX?

RoSniperX is a Chrome extension developed by lukasdobbles, and its main feature is "stream snipe your favorite youtubers".

Extension Screenshots

screenshot

Download RoSniperX Extension CRX File

Download RoSniperX extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This matches a users thumbnail to one found in a server and will launch that specific server. Doesn't work 100% of the time.                    

Extension Basic Information

Name RoSniperX RoSniperX
ID mhgflegkcjnmapfgcfjoplaambhnccmc
Official URL https://chromewebstore.google.com/detail/rosniperx/mhgflegkcjnmapfgcfjoplaambhnccmc
Description stream snipe your favorite youtubers
File Size 18.61 KB
Installation Count 712
Current Version 1.5.0
Last Updated 2023-09-25
Publish Date 2023-09-17
Rating 1.00/5 Total 1 Ratings
Developer lukasdobbles
Email [email protected]
Payment Type in_app
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RoSniperX",
    "version": "1.5.0",
    "description": "stream snipe your favorite youtubers",
    "manifest_version": 3,
    "author": "Lukas Dobbles",
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.roblox.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injector.js"
            ],
            "matches": [
                "https:\/\/*.roblox.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.roblox.com\/*",
        "https:\/\/rosniperx.powercoder.repl.co\/*"
    ],
    "permissions": [
        "storage"
    ]
}