Path of Exile Streams
This extension provides a list with all PoE Streams.
¿Qué es Path of Exile Streams?
Path of Exile Streams es una extensión de Chrome desarrollada por Schattenlauch, y su función principal es "This extension provides a list with all PoE Streams.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Path of Exile Streams
Descarga archivos de extensión Path of Exile Streams en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | benjbjdmeoofbookoofdpmfofnbbbade |
URL Oficial | https://chrome.google.com/webstore/detail/path-of-exile-streams/benjbjdmeoofbookoofdpmfofnbbbade |
Descripción | This extension provides a list with all PoE Streams. |
Tamaño del Archivo | 194 KB |
Cantidad de Instalaciones | 80 |
Versión Actual | 0.2.1 |
Última Actualización | 2016-11-21 |
Fecha de Publicación | 2016-11-21 |
Calificación | 4.25/5 Total de 8 Calificaciones |
Desarrollador | Schattenlauch |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |