WebOS Magic Remote

Emulate magic remote on browser with the mouse cursor

Vad är WebOS Magic Remote?

WebOS Magic Remote är en Chrome-tillägg utvecklad av YadPe, och dess huvudfunktion är "Emulate magic remote on browser with the mouse cursor".

Tilläggsskärmbilder

screenshot

Ladda ner WebOS Magic Remote-förlängningens CRX-fil

Ladda ner WebOS Magic Remote-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn WebOS Magic Remote WebOS Magic Remote
ID bnolpokojmglajajgikblhhajjomjbbh
Officiell webbadress https://chromewebstore.google.com/detail/webos-magic-remote/bnolpokojmglajajgikblhhajjomjbbh
Beskrivning Emulate magic remote on browser with the mouse cursor
Filstorlek 9.51 KB
Antal Installationer 21
Aktuell Version 0.0.1
Senast Uppdaterad 2022-08-18
Publiceringsdatum 2022-08-18
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare YadPe
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/yadPe/chrome-webos-magic-remote
Hjälpsida URL https://github.com/yadPe/chrome-webos-magic-remote/issues
Stödda Språk 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"
    }
}