Simple twitsh.tv player

Simple player for twitch.tv site

Simple twitsh.tv player란 무엇입니까?

Simple twitsh.tv player은(는) pavliuk.stanislav에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple player for twitch.tv site"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Simple twitsh.tv player 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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