Twitch Stream Randomizer

Find random streams on Twitch.tv based on selected games and number of viewers.

Twitch Stream Randomizerคืออะไร?

Twitch Stream Randomizer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย develophg และคุณลักษณะหลักของมันคือ "Find random streams on Twitch.tv based on selected games and number of viewers."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Stream Randomizer

ดาวน์โหลดไฟล์ส่วนขยาย Twitch Stream Randomizer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Twitch Stream Randomizer allows users to discover new streamers based on their game choice and a set viewer range.

Twitch.tv is a streaming site which contains thousands of games and many more streamers. The most popular streamers and games are always easily located near the top of the webpage. However, many people enjoy the experience of a smaller stream and a more interactive chat. This extension provides a quick and easy way to stumble upon a new streamer.

The extension helps you search for streamers who aren't playing the most popular games. Rediscover old games or just randomly find ones that sounds interesting. The list of games is searchable and always contains active streamers.

Features:
- Dynamic, searchable list of currently streamed games
- Multiple games can be searched for at once
- Minimum and maximum number of viewers controlled by a slide bar and manual input                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Twitch Stream Randomizer Twitch Stream Randomizer
ID plkdggocalocfcldlphnbeonlogfomkn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitch-stream-randomizer/plkdggocalocfcldlphnbeonlogfomkn
คำอธิบาย Find random streams on Twitch.tv based on selected games and number of viewers.
ขนาดไฟล์ 68.28 KB
จำนวนการติดตั้ง 86
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2016-08-09
วันที่เผยแพร่ 2016-08-09
คะแนน 3.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา develophg
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Stream Randomizer",
    "short_name": "TSR",
    "description": "Find random streams on Twitch.tv based on selected games and number of viewers.",
    "version": "1.0.3",
    "icons": {
        "48": "twitch_randomizer_icon.png"
    },
    "browser_action": {
        "default_icon": "twitch_randomizer_icon.png",
        "default_popup": "twitchRandomizer.html"
    },
    "background": {
        "scripts": [
            "jquery-3.1.0.min.js",
            "nouislider.min.js",
            "chosen.jquery.min.js",
            "humane.min.js",
            "wNumb.js",
            "twitchRandomizer.js"
        ]
    }
}