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
官方網址 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'"
}