Path of Exile Streams
This extension provides a list with all PoE Streams.
Vad är Path of Exile Streams?
Path of Exile Streams är en Chrome-tillägg utvecklad av Schattenlauch, och dess huvudfunktion är "This extension provides a list with all PoE Streams.".
Tilläggsskärmbilder
Ladda ner Path of Exile Streams-förlängningens CRX-fil
Ladda ner Path of Exile Streams-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | benjbjdmeoofbookoofdpmfofnbbbade |
Officiell webbadress | https://chrome.google.com/webstore/detail/path-of-exile-streams/benjbjdmeoofbookoofdpmfofnbbbade |
Beskrivning | This extension provides a list with all PoE Streams. |
Filstorlek | 194 KB |
Antal Installationer | 80 |
Aktuell Version | 0.2.1 |
Senast Uppdaterad | 2016-11-21 |
Publiceringsdatum | 2016-11-21 |
Betyg | 4.25/5 Totalt 8 Betyg |
Utvecklare | Schattenlauch |
Betalningssätt | free |
Stödda Språk | 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" ] } |