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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}