WebOS Magic Remote

Emulate magic remote on browser with the mouse cursor

WebOS Magic Remote क्या है?

WebOS Magic Remote YadPe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Emulate magic remote on browser with the mouse cursor"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WebOS Magic Remote एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL 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"
    }
}