Netflix Controller Support

Allows one to control a netflix watch page with an xbox (only tested) controller.

Netflix Controller Support क्या है?

Netflix Controller Support http://aubronwood.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows one to control a netflix watch page with an xbox (only tested) controller."।

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

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

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

                        This extension is intended to be used with NetfliXBMC - An XBMC plugin that opens chrome in kiosk mode on netflix watch pages as a method of playing netflix via XBMC.

This extension allows you to use an xbox 360 controller with that page, including support for seeking, volume up/down, and closing chrome.

Please report any bugs to https://github.com/Aubron/Netflix-Controller                    

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

नाम Netflix Controller Support Netflix Controller Support
ID flakmgbknagcohphpoogebajjbmlmngh
आधिकारिक URL https://chrome.google.com/webstore/detail/netflix-controller-suppor/flakmgbknagcohphpoogebajjbmlmngh
विवरण Allows one to control a netflix watch page with an xbox (only tested) controller.
फ़ाइल का आकार 46.4 KB
स्थापना संख्या 157
वर्तमान संस्करण 0.1
अंतिम अपडेट 2014-10-13
प्रकाशन तिथि 2014-10-13
रेटिंग 2.80/5 कुल 10 रेटिंग्स
डेवलपर http://aubronwood.com
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [],
            "js": [
                "jquery.js",
                "script.js"
            ],
            "matches": [
                "http:\/\/www.netflix.com\/WiPlayer*"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "48": "netflix48.png",
        "128": "netflix128.png"
    },
    "description": "Allows one to control a netflix watch page with an xbox (only tested) controller.",
    "name": "Netflix Controller Support",
    "version": "0.1",
    "permissions": [
        "tabs"
    ]
}