Hide mouse pointer

Hides the mouse pointer/cursor after scrolling.

Hide mouse pointer क्या है?

Hide mouse pointer Kenneth Sundqvist द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hides the mouse pointer/cursor after scrolling."।

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

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

crx प्रारूप में Hide mouse pointer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The pointer is shown again after moving the mouse.                    

एक्सटेंशन की मूल जानकारी

नाम Hide mouse pointer Hide mouse pointer
ID lbbedlldjinglbnfghakndfbagkolfdf
आधिकारिक URL https://chromewebstore.google.com/detail/hide-mouse-pointer/lbbedlldjinglbnfghakndfbagkolfdf
विवरण Hides the mouse pointer/cursor after scrolling.
फ़ाइल का आकार 10.07 KB
स्थापना संख्या 389
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2020-01-02
प्रकाशन तिथि 2020-01-02
रेटिंग 3.75/5 कुल 4 रेटिंग्स
डेवलपर Kenneth Sundqvist
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/KennethSundqvist/hide-mouse-pointer-browser-extension#readme
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hide mouse pointer",
    "version": "1.1.0",
    "description": "Hides the mouse pointer\/cursor after scrolling.",
    "author": "Kenneth Sundqvist  (kesu.se)",
    "homepage_url": "https:\/\/github.com\/KennethSundqvist\/hide-mouse-pointer-browser-extension",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}