flixRemote - Your Netflix Remote

Remote for your Netflix Stream

flixRemote - Your Netflix Remote क्या है?

flixRemote - Your Netflix Remote Tushar Shahi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remote for your Netflix Stream"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Control a Netflix stream using your phone.

Sit back, relax, and use your mobile phone to watch Netflix. No need to install any app on your phone.

1. Pin the flixRemote extension to Chrome
2. Generate a QR code while on Netflix
3. Scan the QR code with your phone's camera

You are done!

Note: If QR code doesn’t work, enter the code at tinyurl.com/flixRemote                    

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

नाम flixRemote - Your Netflix Remote flixRemote - Your Netflix Remote
ID jkhffbfbokiincaebolhpcfdkhiipalh
आधिकारिक URL https://chrome.google.com/webstore/detail/flixremote-your-netflix-r/jkhffbfbokiincaebolhpcfdkhiipalh
विवरण Remote for your Netflix Stream
फ़ाइल का आकार 157 KB
स्थापना संख्या 105
वर्तमान संस्करण 2.2
अंतिम अपडेट 2022-09-10
प्रकाशन तिथि 2020-10-20
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Tushar Shahi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://remoteflix.herokuapp.com/welcome
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "flixRemote - Your Netflix Remote",
    "version": "2.2",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png"
    },
    "description": "Remote for your Netflix Stream",
    "background": {
        "scripts": [
            "socket.io.js",
            "background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_title": "flixRemote",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.netflix.com\/watch*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/www.netflix.com\/watch*",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "Raleway-Bold.ttf",
        "seekScript.js"
    ],
    "manifest_version": 2
}