Path of Exile Streams
This extension provides a list with all PoE Streams.
Apa itu Path of Exile Streams?
Path of Exile Streams adalah ekstensi Chrome yang dikembangkan oleh Schattenlauch, dan fitur utamanya adalah "This extension provides a list with all PoE Streams.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Path of Exile Streams
Unduh file ekstensi Path of Exile Streams dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | benjbjdmeoofbookoofdpmfofnbbbade |
URL Resmi | https://chrome.google.com/webstore/detail/path-of-exile-streams/benjbjdmeoofbookoofdpmfofnbbbade |
Deskripsi | This extension provides a list with all PoE Streams. |
Ukuran File | 194 KB |
Jumlah Instalasi | 80 |
Versi Saat Ini | 0.2.1 |
Terakhir Diperbarui | 2016-11-21 |
Tanggal Publikasi | 2016-11-21 |
Penilaian | 4.25/5 Total 8 Penilaian |
Pengembang | Schattenlauch |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |