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).」です。
拡張機能のスクリーンショット
Chrome IPTV Player拡張機能のCRXファイルをダウンロード
Chrome IPTV Player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
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" ] } |