WebOS Magic Remote

Emulate magic remote on browser with the mouse cursor

What is WebOS Magic Remote?

WebOS Magic Remote is a Chrome extension developed by YadPe, and its main feature is "Emulate magic remote on browser with the mouse cursor".

Extension Screenshots

screenshot

Download WebOS Magic Remote Extension CRX File

Download WebOS Magic Remote 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

                        Click on the extension icon to toggle between pointer and standard mode.                    

Extension Basic Information

Name WebOS Magic Remote WebOS Magic Remote
ID bnolpokojmglajajgikblhhajjomjbbh
Official URL https://chromewebstore.google.com/detail/webos-magic-remote/bnolpokojmglajajgikblhhajjomjbbh
Description Emulate magic remote on browser with the mouse cursor
File Size 9.51 KB
Installation Count 21
Current Version 0.0.1
Last Updated 2022-08-18
Publish Date 2022-08-18
Rating 5.00/5 Total 1 Ratings
Developer YadPe
Email [email protected]
Payment Type free
Extension Website https://github.com/yadPe/chrome-webos-magic-remote
Help Page URL https://github.com/yadPe/chrome-webos-magic-remote/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebOS Magic Remote",
    "description": "Emulate magic remote on browser with the mouse cursor",
    "version": "0.0.1",
    "manifest_version": 3,
    "action": {
        "default_title": "Click to toggle pointer mode",
        "default_icon": {
            "48": "\/cursor48-2.png"
        }
    },
    "icons": {
        "48": "\/cursor48-2.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}