SmartIPTV

A Chrome based extension to browse and watch live streamed content from m3u lists and m3u8 files right in your Chrome browser

SmartIPTV란 무엇입니까?

SmartIPTV은(는) Lacuna Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome based extension to browse and watch live streamed content from m3u lists and m3u8 files right in your Chrome browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

SmartIPTV 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A chrome based extension that loads, browses and plays streamed content from IPTV lists.

It works with m3u and m3u8, you don't need to download them and then install an application for watching it, you can do it right into your Chrome browser now!

THIS APP DOES NOT CONTAIN ACTUAL STREAM OR ANY OTHER CLASS OF COPYRIGHTED MEDIA.

What's new:
- Supports Picture in Picture playback
- Upgraded media player with more discrete controls (won't block your video)
- Optimized for using less memory and less disk space                    

확장 프로그램 기본 정보

이름 SmartIPTV SmartIPTV
ID hgdebfhcidocpafllahppdflfadplbkn
공식 URL https://chrome.google.com/webstore/detail/smartiptv/hgdebfhcidocpafllahppdflfadplbkn
설명 A Chrome based extension to browse and watch live streamed content from m3u lists and m3u8 files right in your Chrome browser
파일 크기 995 KB
설치 횟수 17,531
현재 버전 1.1.0
최근 업데이트 2020-02-10
출시 날짜 2020-02-10
평점 2.67/5 총 48 개의 평점
개발자 Lacuna Inc.
이메일 [email protected]
결제 유형 in_app
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SmartIPTV",
    "description": "A Chrome based extension to browse and watch live streamed content from m3u lists and m3u8 files right in your Chrome browser",
    "version": "1.1.0",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_title": "SmartIPTV",
        "default_icon": "assets\/icon.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "runtime.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}