Chrome IPTV Player

Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).

Chrome IPTV Player란 무엇입니까?

Chrome IPTV Player은(는) saidkasim에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv)."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Chrome IPTV Player 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Watch IPTV from your Internet service provider on TVs, tablets and smartphones or any OS that support chrome.

Features:
+ Support multiple playlists
+ IPTV watching with channels groups, EPG and logos
+ Supported playlist formats: M3U, XSPF
+ Supported EPG formats: XMLTV
+ Lists info saved in localstorage
+ Support Picture-in-Picture

Note:
The app doesn't contain any channels, you need to add Playlists in Settings for this.                    

확장 프로그램 기본 정보

이름 Chrome IPTV Player Chrome IPTV Player
ID defmmfhdopkfcgngoklpbbcnpfpagbfh
공식 URL https://chrome.google.com/webstore/detail/chrome-iptv-player/defmmfhdopkfcgngoklpbbcnpfpagbfh
설명 Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).
파일 크기 425 KB
설치 횟수 50,000
현재 버전 0.0.1
최근 업데이트 2019-10-10
출시 날짜 2019-10-10
평점 1.77/5 총 61 개의 평점
개발자 saidkasim
결제 유형 free
확장 프로그램 웹 사이트 https://www.serbianforum.org
도움말 페이지 URL https://www.serbianforum.org
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome IPTV Player",
    "version": "0.0.1",
    "manifest_version": 2,
    "web_accessible_resources": [
        "*.js",
        "*.html"
    ],
    "description": "Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).",
    "icons": {
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_title": "IPTV Player"
    },
    "background": {
        "scripts": [
            "content.js"
        ]
    },
    "minimum_chrome_version": "18",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "*:\/\/*\/*.m3u8*",
        "webRequest",
        "webRequestBlocking"
    ]
}