WebOS Magic Remote
Emulate magic remote on browser with the mouse cursor
Apa itu WebOS Magic Remote?
WebOS Magic Remote adalah ekstensi Chrome yang dikembangkan oleh YadPe, dan fitur utamanya adalah "Emulate magic remote on browser with the mouse cursor".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi WebOS Magic Remote
Unduh file ekstensi WebOS Magic Remote dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Click on the extension icon to toggle between pointer and standard mode.
Informasi Dasar Ekstensi
Nama | WebOS Magic Remote |
ID | bnolpokojmglajajgikblhhajjomjbbh |
URL Resmi | https://chromewebstore.google.com/detail/webos-magic-remote/bnolpokojmglajajgikblhhajjomjbbh |
Deskripsi | Emulate magic remote on browser with the mouse cursor |
Ukuran File | 9.51 KB |
Jumlah Instalasi | 21 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2022-08-18 |
Tanggal Publikasi | 2022-08-18 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | YadPe |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/yadPe/chrome-webos-magic-remote |
URL Halaman Bantuan | https://github.com/yadPe/chrome-webos-magic-remote/issues |
Bahasa yang Didukung | 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" } } |