RoA Stream Browser

Browse and watch Rival of Aether livestreams

RoA Stream Browserとは何ですか?

RoA Stream BrowserはTurquoiseによって開発されたChromeの拡張機能で、その主な機能は「Browse and watch Rival of Aether livestreams」です。

拡張機能のスクリーンショット

screenshot

RoA Stream Browser拡張機能のCRXファイルをダウンロード

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:\/\/*\/*"
            ]
        }
    ]
}