Netflix Remote
Control netflix from your phone!
什么是Netflix Remote?
Netflix Remote是由chillremote开发的Chrome扩展程序,该扩展的主要功能是“Control netflix from your phone!”。
扩展截图
下载Netflix Remote扩展crx文件
下载Netflix Remote扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension is required to use the Chillremote app to control Netflix.
1. Install Chillremote add-on
2. Install Chillremote app on your phone
3. Click on the Chillremote add-on icon to show your QR Code
4. Scan your QR code with the app 扩展基本信息
| 名称 | |
| ID | kmngjlmolbambcjbefengjalhdaemcjn |
| 官方URL | https://chromewebstore.google.com/detail/netflix-remote/kmngjlmolbambcjbefengjalhdaemcjn |
| 简介 | Control netflix from your phone! |
| 文件大小 | 222 KB |
| 安装次数 | 68 |
| 当前版本 | 1.1 |
| 更新时间 | 2019-03-23 |
| 上架时间 | 2019-03-23 |
| 开发者 | chillremote |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Netflix Remote",
"version": "1.1",
"description": "Control netflix from your phone!",
"permissions": [
"activeTab",
"declarativeContent",
"storage"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"https:\/\/*.netflix.com\/*"
],
"js": [
"auto_answer.js"
]
}
],
"page_action": {
"default_popup": "qr.html",
"default_icon": {
"32": "icon.png",
"48": "[email protected]",
"128": "[email protected]"
}
},
"manifest_version": 2
} | |