RoSniperX
stream snipe your favorite youtubers
Wat is RoSniperX?
RoSniperX is een Chrome-extensie ontwikkeld door lukasdobbles, en de belangrijkste functie is "stream snipe your favorite youtubers".
Extensie Screenshots
Download het CRX-bestand van de extensie RoSniperX
Download RoSniperX-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This matches a users thumbnail to one found in a server and will launch that specific server. Doesn't work 100% of the time.
Basisinformatie over de Extensie
Naam | RoSniperX |
ID | mhgflegkcjnmapfgcfjoplaambhnccmc |
Officiële URL | https://chromewebstore.google.com/detail/rosniperx/mhgflegkcjnmapfgcfjoplaambhnccmc |
Beschrijving | stream snipe your favorite youtubers |
Bestandsgrootte | 18.61 KB |
Aantal Installaties | 712 |
Huidige Versie | 1.5.0 |
Laatst Bijgewerkt | 2023-09-25 |
Publicatiedatum | 2023-09-17 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | lukasdobbles |
[email protected] | |
Betalingswijze | in_app |
Ondersteunde Talen | 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" ] } |