Reflix
Control Netflix in Google Chrome from the comfort of your phone.
什么是Reflix?
Reflix是由https://netflixremote.com开发的Chrome扩展程序,该扩展的主要功能是“Control Netflix in Google Chrome from the comfort of your phone.”。
扩展截图
下载Reflix扩展crx文件
下载Reflix扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Control Netflix in Google Chrome from the comfort of your phone.
扩展基本信息
名称 | |
ID | lnfnmcgdbfjenenkmcioobpcgjplbieg |
官方URL | https://chromewebstore.google.com/detail/reflix/lnfnmcgdbfjenenkmcioobpcgjplbieg |
简介 | Control Netflix in Google Chrome from the comfort of your phone. |
文件大小 | 187 KB |
安装次数 | 50 |
当前版本 | 2.0.0 |
更新时间 | 2018-06-16 |
上架时间 | 2018-06-16 |
评分 | 5.00/5 共1次评分 |
开发者 | https://netflixremote.com |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reflix", "version": "2.0.0", "background": { "scripts": [ "background.build.js" ] }, "page_action": { "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*" ], "js": [ "content.build.js" ] } ], "web_accessible_resources": [ "content.build.js" ] } |