Phone On Web | Android in browser

Using android phone in web browser without root, not need software download.

What is Phone On Web | Android in browser?

Phone On Web | Android in browser is a Chrome extension developed by FourZ, and its main feature is "Using android phone in web browser without root, not need software download.".

Extension Screenshots

screenshot
screenshot

Download Phone On Web | Android in browser Extension CRX File

Download Phone On Web | Android in browser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - File Manager, download/upload file
- Quick Start, low latency
- HD quality
- Keyboard and mouse operation
- Turn off screen saver privacy & power
- No internet connection required                    

Extension Basic Information

Name Phone On Web | Android in browser Phone On Web | Android in browser
ID gaibhhiogjpncmcehohlmcikfgbcacbl
Official URL https://chromewebstore.google.com/detail/phone-on-web-android-in-b/gaibhhiogjpncmcehohlmcikfgbcacbl
Description Using android phone in web browser without root, not need software download.
File Size 439 KB
Installation Count 1,871
Current Version 1.1.1
Last Updated 2022-11-05
Publish Date 2022-04-21
Rating 3.50/5 Total 2 Ratings
Developer FourZ
Email [email protected]
Payment Type free
Extension Website https://browserlify.com
Privacy Policy Page URL http://restsend.com/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Phone On Web | Android in browser",
    "description": "Using android phone in web browser without root, not need software download.",
    "homepage_url": "http:\/\/browserlify.com\/?from=webstore_chrome",
    "version": "1.1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "64": "icons\/icon_64.png",
        "96": "icons\/icon_64.png",
        "128": "icons\/icon_64.png"
    },
    "action": {
        "default_title": "Using android in browser"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}