ControlPC - Remote for Netflix
ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control. Watch and listen to your favorite movies…
ControlPC - Remote for Netflixとは何ですか?
ControlPC - Remote for Netflixはhttps://controlpc.appによって開発されたChromeの拡張機能で、その主な機能は「ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control. Watch and listen to your favorite movies…」です。
拡張機能のスクリーンショット
ControlPC - Remote for Netflix拡張機能のCRXファイルをダウンロード
ControlPC - Remote for Netflix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control. Watch and listen to your favorite movies without getting up from your bed! Play, pause, forward, previous, volume up, volume down - all controlled from your Smartphone. Now you can quickly control the following players on your PC directly from your Smartphone or Tablet: Netflix.
拡張機能の基本情報
名前 | ControlPC - Remote for Netflix |
ID | kpdeblhfdkcdbimmlhonflnaimbmjfff |
公式URL | https://chromewebstore.google.com/detail/controlpc-remote-for-netf/kpdeblhfdkcdbimmlhonflnaimbmjfff |
説明 | ControlPC transform your Smartphone or Tablet into a simple, easy-to-use, remote control. Watch and listen to your favorite movies… |
ファイルサイズ | 948 KB |
インストール数 | 303 |
現在のバージョン | 0.2 |
最終更新日 | 2022-11-10 |
公開日 | 2022-11-03 |
評価 | 3.40/5 合計 5 レビュー |
開発者 | https://controlpc.app |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://controlpc.app/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ControlPC - Remote for Netflix", "version": "0.2", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.netflix.com\/*", "http:\/\/*.netflix.com\/*" ], "js": [ "jquery-3.1.0.min.js", "content.js", "keyboard.js", "socket.io.js" ], "css": [ "content.css", "animate.css", "keyboard.css" ] } ] } |