WebOS Magic Remote
Emulate magic remote on browser with the mouse cursor
Cos'è WebOS Magic Remote?
WebOS Magic Remote è un'estensione di Chrome sviluppata da YadPe, e la sua funzione principale è "Emulate magic remote on browser with the mouse cursor".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WebOS Magic Remote
Scarica i file di estensione WebOS Magic Remote in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Click on the extension icon to toggle between pointer and standard mode.
Informazioni di Base sull'Estensione
Nome | WebOS Magic Remote |
ID | bnolpokojmglajajgikblhhajjomjbbh |
URL Ufficiale | https://chromewebstore.google.com/detail/webos-magic-remote/bnolpokojmglajajgikblhhajjomjbbh |
Descrizione | Emulate magic remote on browser with the mouse cursor |
Dimensione del File | 9.51 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2022-08-18 |
Data di Pubblicazione | 2022-08-18 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | YadPe |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/yadPe/chrome-webos-magic-remote |
URL della Pagina di Aiuto | https://github.com/yadPe/chrome-webos-magic-remote/issues |
Lingue Supportate | 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" } } |