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文件

下载Browser Cast - Phone remote 4 your PC browser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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'"
}