RoA Stream Browser
Browse and watch Rival of Aether livestreams
Cos'è RoA Stream Browser?
RoA Stream Browser è un'estensione di Chrome sviluppata da Turquoise, e la sua funzione principale è "Browse and watch Rival of Aether livestreams".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RoA Stream Browser
Scarica i file di estensione RoA Stream Browser in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Browse a list of players currently streaming Rivals of Aether on Twitch.tv!
Easily navigate to popular RoA resources. Informazioni di Base sull'Estensione
| Nome | |
| ID | bokcdibagjbdcgmffolegbabmakajphe |
| URL Ufficiale | https://chromewebstore.google.com/detail/roa-stream-browser/bokcdibagjbdcgmffolegbabmakajphe |
| Descrizione | Browse and watch Rival of Aether livestreams |
| Dimensione del File | 52.3 KB |
| Conteggio Installazioni | 54 |
| Versione Corrente | 3 |
| Ultimo Aggiornamento | 2019-11-01 |
| Data di Pubblicazione | 2019-10-31 |
| Valutazione | 5.00/5 Totale 8 Valutazioni |
| Sviluppatore | Turquoise |
| Tipo di Pagamento | free |
| Lingue Supportate | 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:\/\/*\/*"
]
}
]
} | |