Random Twitch Stream Finder

Retrieves a random Twitch stream URL out of all currently active Twitch streams.

Random Twitch Stream Finderคืออะไร?

Random Twitch Stream Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Retrieves a random Twitch stream URL out of all currently active Twitch streams."

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

screenshot
screenshot

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

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

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

                        Finds and retrieves a random Twitch stream URL from all currently active Twitch Streams with at least 5 viewers. Users can also quickly cycle through URLs until they find a stream they're interested in.

This extension is originally intended for academic use, but can be easily adapted for fun and entertainment.                    

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

ชื่อ Random Twitch Stream Finder Random Twitch Stream Finder
ID gahomenacfabmmkedieckngggocgkdma
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/random-twitch-stream-find/gahomenacfabmmkedieckngggocgkdma
คำอธิบาย Retrieves a random Twitch stream URL out of all currently active Twitch streams.
ขนาดไฟล์ 5.03 MB
จำนวนการติดตั้ง 199
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-06-11
วันที่เผยแพร่ 2020-06-11
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Twitch Stream Finder",
    "version": "1.0.0",
    "description": "Retrieves a random Twitch stream URL out of all currently active Twitch streams.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "randomTwitchStream_32.png"
    },
    "manifest_version": 2,
    "icons": {
        "16": "randomTwitchStream_16.png",
        "48": "randomTwitchStream_48.png",
        "128": "randomTwitchStream_128.png"
    }
}