WebOS Magic Remote

Emulate magic remote on browser with the mouse cursor

ما هو WebOS Magic Remote؟

WebOS Magic Remote هو إضافة Chrome تم تطويرها بواسطة YadPe، والميزة الرئيسية لها هي "Emulate magic remote on browser with the mouse cursor".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة WebOS Magic Remote

قم بتنزيل ملفات الامتداد WebOS Magic Remote بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم WebOS Magic Remote WebOS Magic Remote
ID bnolpokojmglajajgikblhhajjomjbbh
عنوان URL الرسمي https://chromewebstore.google.com/detail/webos-magic-remote/bnolpokojmglajajgikblhhajjomjbbh
الوصف Emulate magic remote on browser with the mouse cursor
حجم الملف 9.51 KB
عدد التثبيتات 21
النسخة الحالية 0.0.1
آخر تحديث 2022-08-18
تاريخ النشر 2022-08-18
تقييم 5.00/5 مجموع تقييمات 1
المطور YadPe
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/yadPe/chrome-webos-magic-remote
عنوان صفحة المساعدة https://github.com/yadPe/chrome-webos-magic-remote/issues
اللغات المدعومة 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"
    }
}