Netflix Remote

Remote for Netflix!

Netflix Remote क्या है?

Netflix Remote https://butttons.github.io/netflix-remote द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remote for Netflix!"।

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

screenshot

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

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

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

                        Control your Netflix stream with your phone.

Usage:
1. Install the extension.
2. Open Netflix and click on the Netflix Remote button to generate a code for you to scan.
3. Open your phone and navigate to https://butttons.github.io/netflix-remote/ or https://bit.ly/nflx-rm 
4. Scan the code OR enter the ID provided there.                    

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

नाम Netflix Remote Netflix Remote
ID limeoeacpekfcanimjnnbgolggamkogd
आधिकारिक URL https://chromewebstore.google.com/detail/netflix-remote/limeoeacpekfcanimjnnbgolggamkogd
विवरण Remote for Netflix!
फ़ाइल का आकार 52.43 KB
स्थापना संख्या 1,039
वर्तमान संस्करण 1.1
अंतिम अपडेट 2019-01-15
प्रकाशन तिथि 2019-01-15
रेटिंग 2.50/5 कुल 8 रेटिंग्स
डेवलपर https://butttons.github.io/netflix-remote
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Remote",
    "version": "1.1",
    "description": "Remote for Netflix!",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.netflix.com\/*"
            ],
            "js": [
                "deps\/simplepeer.min.js",
                "deps\/socket.io.slim.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "popup\/images\/remote_16.png",
            "32": "popup\/images\/remote_32.png",
            "48": "popup\/images\/remote_48.png",
            "128": "popup\/images\/remote_128.png"
        }
    },
    "icons": {
        "16": "popup\/images\/remote_16.png",
        "32": "popup\/images\/remote_32.png",
        "48": "popup\/images\/remote_48.png",
        "128": "popup\/images\/remote_128.png"
    }
}