RoA Stream Browser
Browse and watch Rival of Aether livestreams
What is RoA Stream Browser?
RoA Stream Browser is a Chrome extension developed by Turquoise, and its main feature is "Browse and watch Rival of Aether livestreams".
Extension Screenshots
Download RoA Stream Browser Extension CRX File
Download RoA Stream Browser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Browse a list of players currently streaming Rivals of Aether on Twitch.tv! Easily navigate to popular RoA resources.
Extension Basic Information
Name | RoA Stream Browser |
ID | bokcdibagjbdcgmffolegbabmakajphe |
Official URL | https://chromewebstore.google.com/detail/roa-stream-browser/bokcdibagjbdcgmffolegbabmakajphe |
Description | Browse and watch Rival of Aether livestreams |
File Size | 52.3 KB |
Installation Count | 54 |
Current Version | 3 |
Last Updated | 2019-11-01 |
Publish Date | 2019-10-31 |
Rating | 5.00/5 Total 8 Ratings |
Developer | Turquoise |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } ] } |