RoA Stream Browser

Browse and watch Rival of Aether livestreams

RoA Stream Browserคืออะไร?

RoA Stream Browser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Turquoise และคุณลักษณะหลักของมันคือ "Browse and watch Rival of Aether livestreams"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย RoA Stream Browser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Browse a list of players currently streaming Rivals of Aether on Twitch.tv!

Easily navigate to popular RoA resources.                    

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

ชื่อ RoA Stream Browser RoA Stream Browser
ID bokcdibagjbdcgmffolegbabmakajphe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/roa-stream-browser/bokcdibagjbdcgmffolegbabmakajphe
คำอธิบาย Browse and watch Rival of Aether livestreams
ขนาดไฟล์ 52.3 KB
จำนวนการติดตั้ง 54
เวอร์ชันปัจจุบัน 3
อัปเดตครั้งล่าสุด 2019-11-01
วันที่เผยแพร่ 2019-10-31
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Turquoise
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RoA Stream Browser",
    "description": "Browse and watch Rival of Aether livestreams",
    "version": "3",
    "browser_action": {
        "default_icon": "\/images\/icon.png",
        "default_popup": "RoA_Stream_Browser.html"
    },
    "permissions": [
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery.min.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ]
}