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. 擴展基本資訊
| 名稱 | |
| ID | kpdeblhfdkcdbimmlhonflnaimbmjfff |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
}
]
} | |