Snipe any roblox player with only their username.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "RoSniper",
"manifest_version": 3,
"version": "1.5",
"description": "Snipe any roblox player with only their username.",
"icons": {
"16": "images/16x16.png",
"32": "images/32x32.png",
"48": "images/48x48.png",
"128": "images/128x128.png"
},
"permissions": [
"scripting"
],
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"https://*.roblox.com/games/"
],
"web_accessible_resources": [
{
"resources": [
"images/*.png",
"styles.css",
"content.js",
"load.js",
"panel.html"
],
"matches": [
"<all_urls>"
]
}
]
}