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" ] } |