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 là gì?

Browser Cast - Phone remote 4 your PC browser là một tiện ích mở rộng Chrome được phát triển bởi Nikhil Dubbaka, và tính năng chính của nó là "Cast any webpage from your mobile phone to a Chrome browser on your PC. Play/Pause media ont casted webpage like youtube video page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Browser Cast - Phone remote 4 your PC browser

Tải xuống các tệp mở rộng Browser Cast - Phone remote 4 your PC browser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Browser Cast - Phone remote 4 your PC browser Browser Cast - Phone remote 4 your PC browser
ID akbdooghbmenilbdgkpapgliaplhgjeb
URL Chính Thức https://chromewebstore.google.com/detail/browser-cast-phone-remote/akbdooghbmenilbdgkpapgliaplhgjeb
Mô tả Cast any webpage from your mobile phone to a Chrome browser on your PC. Play/Pause media ont casted webpage like youtube video page.
Kích Thước Tệp 112 KB
Số Lần Cài Đặt 3,682
Phiên Bản Hiện Tại 0.0.0.4
Cập Nhật Lần Cuối 2019-03-08
Ngày Phát Hành 2019-03-08
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Nikhil Dubbaka
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/browsercast/chrome-extension
URL Trang Trợ Giúp https://github.com/browsercast/chrome-extension
Ngôn Ngữ Được Hỗ Trợ 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'"
}