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…"입니다.

확장 프로그램 스크린샷

screenshot

ControlPC - Remote for Netflix 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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"
            ]
        }
    ]
}