RoSniperX
stream snipe your favorite youtubers
什么是RoSniperX?
RoSniperX是由lukasdobbles开发的Chrome扩展程序,该扩展的主要功能是“stream snipe your favorite youtubers”。
扩展截图
下载RoSniperX扩展crx文件
下载RoSniperX扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This matches a users thumbnail to one found in a server and will launch that specific server. Doesn't work 100% of the time. 扩展基本信息
| 名称 | |
| ID | mhgflegkcjnmapfgcfjoplaambhnccmc |
| 官方URL | https://chromewebstore.google.com/detail/rosniperx/mhgflegkcjnmapfgcfjoplaambhnccmc |
| 简介 | stream snipe your favorite youtubers |
| 文件大小 | 18.61 KB |
| 安装次数 | 712 |
| 当前版本 | 1.5.0 |
| 更新时间 | 2023-09-25 |
| 上架时间 | 2023-09-17 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | lukasdobbles |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 支持的语言 | 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"
]
} | |