Path of Exile Streams
This extension provides a list with all PoE Streams.
Qu'est-ce que Path of Exile Streams ?
Path of Exile Streams est une extension Chrome développée par Schattenlauch, et sa fonction principale est "This extension provides a list with all PoE Streams.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Path of Exile Streams
Téléchargez les fichiers d'extension Path of Exile Streams au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | benjbjdmeoofbookoofdpmfofnbbbade |
URL Officiel | https://chrome.google.com/webstore/detail/path-of-exile-streams/benjbjdmeoofbookoofdpmfofnbbbade |
Description | This extension provides a list with all PoE Streams. |
Taille du Fichier | 194 KB |
Nombre d'Installations | 80 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2016-11-21 |
Date de Publication | 2016-11-21 |
Évaluation | 4.25/5 Total 8 Évaluations |
Développeur | Schattenlauch |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |