Hide Mouse for Hulu

Hide the mouse while viewing a Hulu video

Hide Mouse for Huluคืออะไร?

Hide Mouse for Hulu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nate Diven และคุณลักษณะหลักของมันคือ "Hide the mouse while viewing a Hulu video"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide Mouse for Hulu

ดาวน์โหลดไฟล์ส่วนขยาย Hide Mouse for Hulu ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        No more annoying mouse cursor!

Do you hate looking at your mouse cursor while watching Hulu as much as I do? This extension will hide the mouse on the Hulu web player! Don't worry, the mouse reappears when you move it again. 

Thank you all for the positive feedback, I love reading your reviews!

If you like this extension please consider donating: https://venmo.com/code?user_id=2582462492311552610

You can view the source code by visiting the homepage url.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hide Mouse for Hulu Hide Mouse for Hulu
ID ghkgcbmfkhhianaenbebiamapecmgkjk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hide-mouse-for-hulu/ghkgcbmfkhhianaenbebiamapecmgkjk
คำอธิบาย Hide the mouse while viewing a Hulu video
ขนาดไฟล์ 7.01 KB
จำนวนการติดตั้ง 2,044
เวอร์ชันปัจจุบัน 0.2.5
อัปเดตครั้งล่าสุด 2022-01-20
วันที่เผยแพร่ 2021-05-23
คะแนน 4.83/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา Nate Diven
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/NateXVI/Hide-Mouse-Hulu/tree/v0.2.4
ภาษาที่รองรับ en
manifest.json
{
    "manifest_version": 3,
    "name": "Hide Mouse for Hulu",
    "version": "0.2.5",
    "description": "Hide the mouse while viewing a Hulu video",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_title": "Hide Mouse from Hulu",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.hulu.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon.png"
    }
}