View Streams!

Finally, a stream browsing extension that you have the power to control.

View Streams! là gì?

View Streams! là một tiện ích mở rộng Chrome được phát triển bởi Brioux, và tính năng chính của nó là "Finally, a stream browsing extension that you have the power to control.".

Ả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 View Streams!

Tải xuống các tệp mở rộng View 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

                        A Twitch.tv stream browsing extension that allows you to quickly find an enjoyable stream for any game.  This stream browser brings you new level of control and customizability.  Search for your favorite games to show or just browse popular games.  Change skins or create your own.

Regardless of if you're watching League of Legends, Dota 2, Rocket League, or any other game -- We've got you covered.                    

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

Tên View Streams! View Streams!
ID caohgnfajjlomaolfpidhohnikmankjm
URL Chính Thức https://chromewebstore.google.com/detail/view-streams/caohgnfajjlomaolfpidhohnikmankjm
Mô tả Finally, a stream browsing extension that you have the power to control.
Kích Thước Tệp 574 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 1.0.5
Cập Nhật Lần Cuối 2016-09-20
Ngày Phát Hành 2016-09-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Brioux
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.5",
    "name": "View Streams!",
    "description": "Finally, a stream browsing extension that you have the power to control.",
    "icons": {
        "16": "css\/img\/icon_16x16.png",
        "48": "css\/img\/icon_48x48.png",
        "128": "css\/img\/icon_128x128.png"
    },
    "permissions": [
        "storage",
        "alarms",
        "https:\/\/api.twitch.tv\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "options_page": "options.html"
}