Player for NextTV content

Player for NextTV content Access all the latest content from NextTV online

Player for NextTV content क्या है?

Player for NextTV content https://watch.nexttv.co.il द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Player for NextTV content Access all the latest content from NextTV online "।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Player for NextTV content एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        With this chrome extension you will be able to play NEXT TV content using chrome browser.                    

एक्सटेंशन की मूल जानकारी

नाम Player for NextTV content Player for NextTV content
ID gjppjcocohfcjahkhefdijehpolpanfl
आधिकारिक URL https://chrome.google.com/webstore/detail/player-for-nexttv-content/gjppjcocohfcjahkhefdijehpolpanfl
विवरण Player for NextTV content Access all the latest content from NextTV online
फ़ाइल का आकार 5.63 MB
स्थापना संख्या 9,714
वर्तमान संस्करण 1.9.3.43
अंतिम अपडेट 2020-03-17
प्रकाशन तिथि 2020-03-17
रेटिंग 1.38/5 कुल 53 रेटिंग्स
डेवलपर https://watch.nexttv.co.il
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://watch.nexttv.co.il
सहायता पृष्ठ URL https://nexttv.co.il/serviceandsupport?_ga=2.120543552.937051723.1583313536-952914716.1570691950
गोपनीयता नीति पृष्ठ URL https://www.hot.net.il/privacypolicy/privacypolicy.html
समर्थित भाषाएँ
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "nacl_modules": [
        {
            "path": "Player.nmf",
            "mime_type": "application\/vnd.goc.secureplayer.pepper.plugin"
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/watch.nexttv.co.il\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "minimum_chrome_version": "39.0.2171.71",
    "requirements": {
        "3D": {
            "features": [
                "webgl"
            ]
        }
    },
    "description": "Player for NextTV content Access all the latest content from NextTV online ",
    "icons": {
        "128": "icon_128x128.png",
        "48": "icon_48x48.png"
    },
    "web_accessible_resources": [
        "*"
    ],
    "offline_enabled": true,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "platforms": [
        {
            "nacl_arch": "x86-32",
            "sub_package_path": "_platform_specific\/x86-32\/"
        },
        {
            "nacl_arch": "x86-64",
            "sub_package_path": "_platform_specific\/x86-64\/"
        }
    ],
    "version": "1.9.3.43",
    "manifest_version": 2,
    "permissions": [
        "system.cpu",
        "power"
    ],
    "name": "Player for NextTV content",
    "short_name": "NextTV"
}