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 |
| Eメール | [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
} | |