Twitch cursor hiding

Hides the mouse cursor in the Twitch video player in fullscreen mode.

Twitch cursor hiding क्या है?

Twitch cursor hiding Squad Dreams द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hides the mouse cursor in the Twitch video player in fullscreen mode."।

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

screenshot
screenshot

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

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

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

                        Doesn't work with extension overlays.

They have fixed it for now, so you don't have to download this extension.                    

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

नाम Twitch cursor hiding Twitch cursor hiding
ID ljdlkhfnpfkhlhhkiodhmehegkcamghe
आधिकारिक URL https://chrome.google.com/webstore/detail/twitch-cursor-hiding/ljdlkhfnpfkhlhhkiodhmehegkcamghe
विवरण Hides the mouse cursor in the Twitch video player in fullscreen mode.
फ़ाइल का आकार 14.2 KB
स्थापना संख्या 154
वर्तमान संस्करण 2.3.2
अंतिम अपडेट 2020-08-01
प्रकाशन तिथि 2020-05-09
रेटिंग 3.17/5 कुल 6 रेटिंग्स
डेवलपर Squad Dreams
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://squaddreamsgames.000webhostapp.com/privacy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.2",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "twitch.user.js"
            ],
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "converted_from_user_script": true,
    "description": "Hides the mouse cursor in the Twitch video player in fullscreen mode.",
    "name": "Twitch cursor hiding",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    }
}