SpeedRunsLive Stream Viewer

For easily viewing the streams on SpeedRunsLive.com

Что такое SpeedRunsLive Stream Viewer?

SpeedRunsLive Stream Viewer - это расширение Chrome, разработанное Julian Jocque, и его основная функция - "For easily viewing the streams on SpeedRunsLive.com".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения SpeedRunsLive Stream Viewer

Скачайте файлы расширений SpeedRunsLive Stream Viewer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Easiest way to view all the best streams of speed runners from SpeedRunsLive.com! With the click of a button you will easily see who is online and what they are running. One more click and you're straight to watching your favorite runners.


Please contact me at [email protected] or twitch.tv/okiyama with any bugs/questions/feature suggestions.

This project is open source! Project page is here: https://github.com/okiyama/SRLChromeExtension                    

Основная информация о расширении

Название SpeedRunsLive Stream Viewer SpeedRunsLive Stream Viewer
ID nphaihpdpkboplhbcdpmlaibainbnjio
Официальный URL https://chrome.google.com/webstore/detail/speedrunslive-stream-view/nphaihpdpkboplhbcdpmlaibainbnjio
Описание For easily viewing the streams on SpeedRunsLive.com
Размер файла 91.19 KB
Количество установок 145
Текущая Версия 1.5.5
Последнее Обновление 2020-06-30
Дата публикации 2020-06-30
Рейтинг 4.64/5 Всего 22 оценок
Разработчик Julian Jocque
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SpeedRunsLive Stream Viewer",
    "description": "For easily viewing the streams on SpeedRunsLive.com",
    "version": "1.5.5",
    "browser_action": {
        "default_icon": "images\/icon19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/api.speedrunslive.com\/*"
    ]
}