Twitch cursor hiding

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

ما هو Twitch cursor hiding؟

Twitch cursor hiding هو إضافة Chrome تم تطويرها بواسطة Squad Dreams، والميزة الرئيسية لها هي "Hides the mouse cursor in the Twitch video player in fullscreen mode.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Twitch cursor hiding

قم بتنزيل ملفات الامتداد Twitch cursor hiding بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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"
    }
}