Netflix Controller Support

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

Netflix Controller Support là gì?

Netflix Controller Support là một tiện ích mở rộng Chrome được phát triển bởi http://aubronwood.com, và tính năng chính của nó là "Allows one to control a netflix watch page with an xbox (only tested) controller.".

Tải xuống tệp CRX của tiện ích mở rộng Netflix Controller Support

Tải xuống các tệp mở rộng Netflix Controller Support dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Netflix Controller Support Netflix Controller Support
ID flakmgbknagcohphpoogebajjbmlmngh
URL Chính Thức https://chrome.google.com/webstore/detail/netflix-controller-suppor/flakmgbknagcohphpoogebajjbmlmngh
Mô tả Allows one to control a netflix watch page with an xbox (only tested) controller.
Kích Thước Tệp 46.4 KB
Số Lần Cài Đặt 157
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2014-10-13
Ngày Phát Hành 2014-10-13
Đánh Giá 2.80/5 Tổng số 10 Đánh Giá
Nhà Phát Triển http://aubronwood.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}