Chrome IPTV Player
Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv).
Chrome IPTV Player क्या है?
Chrome IPTV Player saidkasim द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome IPTV Player for M3U files (m3u8) with EPG (xmltv)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chrome IPTV Player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } |