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.

O que é Browser Cast - Phone remote 4 your PC browser?

Browser Cast - Phone remote 4 your PC browser é uma extensão do Chrome desenvolvida por Nikhil Dubbaka, e sua principal característica é "Cast any webpage from your mobile phone to a Chrome browser on your PC. Play/Pause media ont casted webpage like youtube video page.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Browser Cast - Phone remote 4 your PC browser

Baixe arquivos de extensão Browser Cast - Phone remote 4 your PC browser no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Browser Cast - Phone remote 4 your PC browser Browser Cast - Phone remote 4 your PC browser
ID akbdooghbmenilbdgkpapgliaplhgjeb
URL Oficial https://chromewebstore.google.com/detail/browser-cast-phone-remote/akbdooghbmenilbdgkpapgliaplhgjeb
Descrição Cast any webpage from your mobile phone to a Chrome browser on your PC. Play/Pause media ont casted webpage like youtube video page.
Tamanho do Arquivo 112 KB
Contagem de Instalações 3,682
Versão Atual 0.0.0.4
Última Atualização 2019-03-08
Data de Publicação 2019-03-08
Classificação 3.00/5 Total de 4 Avaliações
Desenvolvedor Nikhil Dubbaka
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/browsercast/chrome-extension
URL da Página de Ajuda https://github.com/browsercast/chrome-extension
Idiomas Suportados 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'"
}