Browser Cast - Phone remote 4 your PC browser

Cast any webpage from your mobile phone to a Chrome browser on your PC. Play/Pause media ont casted webpage like youtube video page.

Browser Cast - Phone remote 4 your PC browser란 무엇입니까?

Browser Cast - Phone remote 4 your PC browser은(는) Nikhil Dubbaka에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cast any webpage from your mobile phone to a Chrome browser on your PC. Play/Pause media ont casted webpage like youtube video page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Browser Cast - Phone remote 4 your PC browser 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Cast any webpage from your mobile phone to a Chrome browser on your PC. Play/Pause media on casted webpage like youtube video page.

1. Install this extension on your Chrome browser wherever you can(Laptop/PC/Raspberry Pi media center connected to your TV/Projector) from Chrome Web Store (https://chrome.google.com/webstore/detail/browser-cast-phone-remote/akbdooghbmenilbdgkpapgliaplhgjeb)
2. Login into your extension and register your display device.
3. On your moble phone/Tablet browser, Go to https://browsercast.github.io/web-remote/
4. Login and register your remote. Now you have paired your display device(s) & remote(s)
5. Open a page that contains HTML5 video on your Chrome Browser with extension
6. Now you will be able to control(Pause, Volume, Forward/Rewind...) the Video using your Phone remote.                    

확장 프로그램 기본 정보

이름 Browser Cast - Phone remote 4 your PC browser Browser Cast - Phone remote 4 your PC browser
ID akbdooghbmenilbdgkpapgliaplhgjeb
공식 URL https://chromewebstore.google.com/detail/browser-cast-phone-remote/akbdooghbmenilbdgkpapgliaplhgjeb
설명 Cast any webpage from your mobile phone to a Chrome browser on your PC. Play/Pause media ont casted webpage like youtube video page.
파일 크기 112 KB
설치 횟수 3,682
현재 버전 0.0.0.4
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 3.00/5 총 4 개의 평점
개발자 Nikhil Dubbaka
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/browsercast/chrome-extension
도움말 페이지 URL https://github.com/browsercast/chrome-extension
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browser Cast - Phone remote 4 your PC browser",
    "version": "0.0.0.4",
    "manifest_version": 2,
    "author": "Nikhil Dubbaka",
    "description": "Cast any webpage from your mobile phone to a Chrome browser on your PC. Play\/Pause media ont casted webpage like youtube video page.",
    "homepage_url": "https:\/\/github.com\/browsercast\/chrome-extension",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/content\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/apis.google.com; object-src 'self'"
}