Path of Exile Streams
This extension provides a list with all PoE Streams.
Cos'è Path of Exile Streams?
Path of Exile Streams è un'estensione di Chrome sviluppata da Schattenlauch, e la sua funzione principale è "This extension provides a list with all PoE Streams.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Path of Exile Streams
Scarica i file di estensione Path of Exile Streams 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
This extension provides a list with the most popular Path of Exile streams on Twitch. Features: -Access all PoE Streams very fast -Normal ... -...or Popout view -Tag favorites -Get notifications -Options
Informazioni di Base sull'Estensione
Nome | |
ID | benjbjdmeoofbookoofdpmfofnbbbade |
URL Ufficiale | https://chrome.google.com/webstore/detail/path-of-exile-streams/benjbjdmeoofbookoofdpmfofnbbbade |
Descrizione | This extension provides a list with all PoE Streams. |
Dimensione del File | 194 KB |
Conteggio Installazioni | 80 |
Versione Corrente | 0.2.1 |
Ultimo Aggiornamento | 2016-11-21 |
Data di Pubblicazione | 2016-11-21 |
Valutazione | 4.25/5 Totale 8 Valutazioni |
Sviluppatore | Schattenlauch |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Path of Exile Streams", "version": "0.2.1", "manifest_version": 2, "options_page": "options.html", "icons": { "128": "images\/icon_128.png", "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon.png", "64": "images\/icon_64.png" }, "background": { "page": "main.html" }, "description": "This extension provides a list with all PoE Streams.", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "https:\/\/api.twitch.tv\/kraken\/streams\/*", "notifications" ] } |