Twitch.tv Stream Search

This extension allows users to quickly and easily find and stream Twitch channels!

Twitch.tv Stream Search là gì?

Twitch.tv Stream Search là một tiện ích mở rộng Chrome được phát triển bởi tdloganj, và tính năng chính của nó là "This extension allows users to quickly and easily find and stream Twitch channels!".

Tải xuống tệp CRX của tiện ích mở rộng Twitch.tv Stream Search

Tải xuống các tệp mở rộng Twitch.tv Stream Search 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 little extension allows you to quickly search twitch for any stream of any game you want! If you find the stream you want to watch, just click on the image and it will open the twitch player right in the view! Otherwise you may click on the streamer name to be linked directly to their site.                    

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

Tên Twitch.tv Stream Search Twitch.tv Stream Search
ID mpimnemdomnlnllinjohifkedjepadjf
URL Chính Thức https://chrome.google.com/webstore/detail/twitchtv-stream-search/mpimnemdomnlnllinjohifkedjepadjf
Mô tả This extension allows users to quickly and easily find and stream Twitch channels!
Kích Thước Tệp 25.62 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2015-09-16
Ngày Phát Hành 2015-09-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển tdloganj
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "manifest_version": 2,
    "name": "Twitch.tv Stream Search",
    "description": "This extension allows users to quickly and easily find and stream Twitch channels!",
    "browser_action": {
        "default_icon": ".\/assets\/GlitchIcon_Purple.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "fullscreen",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}