Chill Remote

Control Netflix and Amazon Prime from your iPhone or iPad.

Chill Remote क्या है?

Chill Remote https://chillremote.tv द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Control Netflix and Amazon Prime from your iPhone or iPad."।

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

screenshot

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

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

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

                        Control Netflix, Amazon Prime, Hulu, YouTube and Vimeo from your iPhone or iPad
Install this extension in Chrome, then install  Chill Remote on your iDevice                    

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

नाम Chill Remote Chill Remote
ID jmelkpigplnlmohfhcjimjkahedlmpdp
आधिकारिक URL https://chromewebstore.google.com/detail/chill-remote/jmelkpigplnlmohfhcjimjkahedlmpdp
विवरण Control Netflix and Amazon Prime from your iPhone or iPad.
फ़ाइल का आकार 439 KB
स्थापना संख्या 12,308
वर्तमान संस्करण 1.2.14
अंतिम अपडेट 2021-08-05
प्रकाशन तिथि 2019-12-21
रेटिंग 3.75/5 कुल 4 रेटिंग्स
डेवलपर https://chillremote.tv
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ChillRemote.tv
सहायता पृष्ठ URL https://ChillRemote.tv
गोपनीयता नीति पृष्ठ URL https://hobbyistsoftware.com/privacy
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chill Remote",
    "short_name": "Chill Remote",
    "description": "Control Netflix and Amazon Prime from your iPhone or iPad.",
    "version": "1.2.14",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "pages\/popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/injector.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/emp.bbc.co.uk\/*",
                "https:\/\/emp.britbox.com\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/injector.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/cable.js",
            "js\/cable-manager.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "js\/remotes.js",
        "js\/jquery.min.js",
        "js\/iplayer-helper.js",
        "js\/britbox-helper.js",
        "css\/hs-style.css"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/chillremote.tv\/*",
            "https:\/\/beta.chillremote.tv\/*",
            "https:\/\/netflixremote.app\/*",
            "https:\/\/beta.netflixremote.app\/*"
        ]
    },
    "permissions": [
        "",
        "tabs",
        "storage",
        "tabs",
        "gcm",
        "cookies",
        "https:\/\/chillremote.tv\/"
    ]
}