Netflix Remote
Remote for Netflix!
Netflix Remoteとは何ですか?
Netflix Remoteはhttps://butttons.github.io/netflix-remoteによって開発されたChromeの拡張機能で、その主な機能は「Remote for Netflix!」です。
拡張機能のスクリーンショット
Netflix Remote拡張機能のCRXファイルをダウンロード
Netflix Remote拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Control your Netflix stream with your phone.
Usage:
1. Install the extension.
2. Open Netflix and click on the Netflix Remote button to generate a code for you to scan.
3. Open your phone and navigate to https://butttons.github.io/netflix-remote/ or https://bit.ly/nflx-rm
4. Scan the code OR enter the ID provided there. 拡張機能の基本情報
| 名前 | |
| ID | limeoeacpekfcanimjnnbgolggamkogd |
| 公式URL | https://chromewebstore.google.com/detail/netflix-remote/limeoeacpekfcanimjnnbgolggamkogd |
| 説明 | Remote for Netflix! |
| ファイルサイズ | 52.43 KB |
| インストール数 | 1,039 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2019-01-15 |
| 公開日 | 2019-01-15 |
| 評価 | 2.50/5 合計 8 レビュー |
| 開発者 | https://butttons.github.io/netflix-remote |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Netflix Remote",
"version": "1.1",
"description": "Remote for Netflix!",
"permissions": [
"declarativeContent",
"storage"
],
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/*.netflix.com\/*"
],
"js": [
"deps\/simplepeer.min.js",
"deps\/socket.io.slim.js",
"content.js"
]
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "popup\/images\/remote_16.png",
"32": "popup\/images\/remote_32.png",
"48": "popup\/images\/remote_48.png",
"128": "popup\/images\/remote_128.png"
}
},
"icons": {
"16": "popup\/images\/remote_16.png",
"32": "popup\/images\/remote_32.png",
"48": "popup\/images\/remote_48.png",
"128": "popup\/images\/remote_128.png"
}
} | |