RoSniperX

stream snipe your favorite youtubers

RoSniperXคืออะไร?

RoSniperX เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lukasdobbles และคุณลักษณะหลักของมันคือ "stream snipe your favorite youtubers"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RoSniperX

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RoSniperX RoSniperX
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"
    ]
}