Path of Exile Streams

This extension provides a list with all PoE Streams.

什麼是Path of Exile Streams?

Path of Exile Streams是由Schattenlauch開發的Chrome擴展程式,該擴展的主要功能是“This extension provides a list with all PoE Streams.”。

擴展截圖

screenshot

下載Path of Exile Streams擴展crx文件

下載Path of Exile Streams擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Path of Exile Streams Path of Exile Streams
ID benjbjdmeoofbookoofdpmfofnbbbade
官方網址 https://chrome.google.com/webstore/detail/path-of-exile-streams/benjbjdmeoofbookoofdpmfofnbbbade
簡介 This extension provides a list with all PoE Streams.
檔案大小 194 KB
安裝次數 80
目前版本 0.2.1
更新時間 2016-11-21
上架時間 2016-11-21
評分 4.25/5 共 8 次評分
開發者 Schattenlauch
付費類型 free
支援的語言 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"
    ]
}