Korean IPTV
Korean IPTV Extension For Chrome Browser
Korean IPTV란 무엇입니까?
Korean IPTV은(는) koreaniptv.co.nz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Korean IPTV Extension For Chrome Browser"입니다.
확장 프로그램 스크린샷
Korean IPTV 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Korean IPTV - 뉴질랜드 내 실시간 한국 방송 & VOD 서비스 (https://koreaniptv.co.nz) 이 앱은 "Korean IPTV" 웹사이트 이용자가 사이트내에서 방송을 시청할때, 자동으로 사이트 내의 Flash Player 사용 기능을 허용해주어 별도의 작업없이 방송을 시청 가능하도록 해줍니다. 그리고 또한 설치된 사이콘을 클릭시 바로 "Korean IPTV" 웹사이트로 이동합니다. * 이 앱은 "Korean IPTV" 웹사이트에서만 사용이 가능합니다. ============================================================ This app makes chrome browser allow Flash Player in "Korean IPTV" website automatically so that users can watch the contents of "Korean IPTV" without any manual work. Also you can move to the "Korean IPTV" website by clicking the icon. * This app works only in "Korean IPTV" website.
확장 프로그램 기본 정보
이름 | Korean IPTV |
ID | fbeembbkdhjmllclbpjipcceajlblhbn |
공식 URL | https://chromewebstore.google.com/detail/korean-iptv/fbeembbkdhjmllclbpjipcceajlblhbn |
설명 | Korean IPTV Extension For Chrome Browser |
파일 크기 | 9.49 KB |
설치 횟수 | 2,443 |
현재 버전 | 1.0 |
최근 업데이트 | 2019-08-20 |
출시 날짜 | 2019-08-19 |
평점 | 1.80/5 총 5 개의 평점 |
개발자 | koreaniptv.co.nz |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.koreaniptv.co.nz |
도움말 페이지 URL | https://www.koreaniptv.co.nz/#/faq |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Korean IPTV", "version": "1.0", "description": "Korean IPTV Extension For Chrome Browser", "permissions": [ "contentSettings", "webNavigation", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Korean IPTV", "default_icon": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" } }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "homepage_url": "https:\/\/www.koreaniptv.co.nz" } |