RoSniperX
stream snipe your favorite youtubers
Cos'è RoSniperX?
RoSniperX è un'estensione di Chrome sviluppata da lukasdobbles, e la sua funzione principale è "stream snipe your favorite youtubers".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RoSniperX
Scarica i file di estensione RoSniperX 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
This matches a users thumbnail to one found in a server and will launch that specific server. Doesn't work 100% of the time. Informazioni di Base sull'Estensione
| Nome | |
| ID | mhgflegkcjnmapfgcfjoplaambhnccmc |
| URL Ufficiale | https://chromewebstore.google.com/detail/rosniperx/mhgflegkcjnmapfgcfjoplaambhnccmc |
| Descrizione | stream snipe your favorite youtubers |
| Dimensione del File | 18.61 KB |
| Conteggio Installazioni | 712 |
| Versione Corrente | 1.5.0 |
| Ultimo Aggiornamento | 2023-09-25 |
| Data di Pubblicazione | 2023-09-17 |
| Valutazione | 1.00/5 Totale 1 Valutazioni |
| Sviluppatore | lukasdobbles |
| [email protected] | |
| Tipo di Pagamento | in_app |
| Lingue Supportate | 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"
]
} | |