Path of Exile Streams

This extension provides a list with all PoE Streams.

Path of Exile Streams là gì?

Path of Exile Streams là một tiện ích mở rộng Chrome được phát triển bởi Schattenlauch, và tính năng chính của nó là "This extension provides a list with all PoE Streams.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Path of Exile Streams

Tải xuống các tệp mở rộng Path of Exile Streams dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Path of Exile Streams Path of Exile Streams
ID benjbjdmeoofbookoofdpmfofnbbbade
URL Chính Thức https://chrome.google.com/webstore/detail/path-of-exile-streams/benjbjdmeoofbookoofdpmfofnbbbade
Mô tả This extension provides a list with all PoE Streams.
Kích Thước Tệp 194 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2016-11-21
Ngày Phát Hành 2016-11-21
Đánh Giá 4.25/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Schattenlauch
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}