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是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Retrieves a random Twitch stream URL out of all currently active Twitch streams.”。

擴展截圖

screenshot
screenshot

下載Random Twitch Stream Finder擴展crx文件

下載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
官方網址 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"
    }
}