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"
    }
}