Simple twitsh.tv player

Simple player for twitch.tv site

Что такое Simple twitsh.tv player?

Simple twitsh.tv player - это расширение Chrome, разработанное pavliuk.stanislav, и его основная функция - "Simple player for twitch.tv site".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения Simple twitsh.tv player

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

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

                        It's simple player for the twitch.tv site.
Extension is free for all.
You can set your twitch.tv name to see your following streams.

This is my personal project. All process of creating this extension is in my YouTube channel https://www.youtube.com/channel/UCTgn9reEebat7EzdHzeV0QQ

Creator: Stanislav Pavliuk, Kyiv, Ukraine.

My contacts: 
https://www.facebook.com/profile.php?id=100009439132321
https://www.linkedin.com/in/staspavliuk/

If you like this extension or any other my work, you may support me: 
5168745600583162                    

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

Название Simple twitsh.tv player Simple twitsh.tv player
ID plelefkhkfjkemdjdiejabobhbeheccf
Официальный URL https://chrome.google.com/webstore/detail/simple-twitshtv-player/plelefkhkfjkemdjdiejabobhbeheccf
Описание Simple player for twitch.tv site
Размер файла 82.23 KB
Количество установок 41
Текущая Версия 1.4.3.2
Последнее Обновление 2019-02-20
Дата публикации 2019-02-20
Рейтинг 5.00/5 Всего 2 оценок
Разработчик pavliuk.stanislav
Тип оплаты free
Официальный сайт расширения https://github.com/pavliukStanislav/TwitchPlayerExtension
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple twitsh.tv player",
    "version": "1.4.3.2",
    "description": "Simple player for twitch.tv site",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png",
        "16": "images\/icon16.png"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": false
    },
    "content_security_policy": "script-src 'self' https:\/\/embed.twitch.tv https:\/\/code.jquery.com; object-src 'self'",
    "permissions": [
        "storage",
        "notifications",
        "tabs",
        "background",
        "https:\/\/api.twitch.tv\/"
    ],
    "short_name": "Twitch player",
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/generalFunctions.js",
            "scripts\/jquery-3.2.1.min.js"
        ]
    }
}