Video remote

remotely controlled playing of video, Use your cell phone as a remote control!

Video remote란 무엇입니까?

Video remote은(는) http://vmtech.into.hu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "remotely controlled playing of video, Use your cell phone as a remote control!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Video remote 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Controlled video playback. Simply scan the QR code with your mobile!
Compatible with most phone-type.                    

확장 프로그램 기본 정보

이름 Video remote Video remote
ID ibpfndfnfoppkngodblpdnjgimoccekg
공식 URL https://chrome.google.com/webstore/detail/video-remote/ibpfndfnfoppkngodblpdnjgimoccekg
설명 remotely controlled playing of video, Use your cell phone as a remote control!
파일 크기 28.81 KB
설치 횟수 102
현재 버전 3.3.1
최근 업데이트 2016-03-08
출시 날짜 2016-03-08
평점 2.83/5 총 6 개의 평점
개발자 http://vmtech.into.hu
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://vmtech.into.hu/projekt/videoremote/
개인정보 보호 정책 페이지 URL https://into.hu/adatvedelem
지원되는 언어 de,en,en-US,hu,ro,sr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3.3.1",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/",
                "http:\/\/*\/*",
                "http:\/\/*\/*\/",
                "https:\/\/www.youtube.com\/",
                "https:\/\/www.youtube.com\/*",
                "https:\/\/vimeo.com\/*",
                "https:\/\/boxy2.com\/*"
            ],
            "all_frames": true,
            "js": [
                "background2.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "background.js",
        "icon.png",
        "options.html"
    ],
    "permissions": [
        "storage"
    ],
    "options_page": "options.html"
}