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 |
| Eメール | [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"
]
} | |