Path of Exile Streams
This extension provides a list with all PoE Streams.
Was ist Path of Exile Streams?
Path of Exile Streams ist eine Chrome-Erweiterung, die von Schattenlauch entwickelt wurde, und ihr Hauptmerkmal ist "This extension provides a list with all PoE Streams.".
Erweiterungsscreenshots
Path of Exile Streams-Erweiterungs-CRX-Datei herunterladen
Laden Sie Path of Exile Streams-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | benjbjdmeoofbookoofdpmfofnbbbade |
Offizielle URL | https://chrome.google.com/webstore/detail/path-of-exile-streams/benjbjdmeoofbookoofdpmfofnbbbade |
Beschreibung | This extension provides a list with all PoE Streams. |
Dateigröße | 194 KB |
Installationsanzahl | 80 |
Aktuelle Version | 0.2.1 |
Letztes Update | 2016-11-21 |
Veröffentlichungsdatum | 2016-11-21 |
Bewertung | 4.25/5 Insgesamt 8 Bewertungen |
Entwickler | Schattenlauch |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |