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.”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| ID | benjbjdmeoofbookoofdpmfofnbbbade |
| 官方URL | 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"
]
} | |