flixRemote - Your Netflix Remote

Remote for your Netflix Stream

什么是flixRemote - Your Netflix Remote?

flixRemote - Your Netflix Remote是由Tushar Shahi开发的Chrome扩展程序,该扩展的主要功能是“Remote for your Netflix Stream”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载flixRemote - Your Netflix Remote扩展crx文件

下载flixRemote - Your Netflix Remote扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}