Hide Mouse for HBO Max

Hide the mouse while viewing a HBO Max video

Apa itu Hide Mouse for HBO Max?

Hide Mouse for HBO Max adalah ekstensi Chrome yang dikembangkan oleh Nate Diven, dan fitur utamanya adalah "Hide the mouse while viewing a HBO Max video".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hide Mouse for HBO Max

Unduh file ekstensi Hide Mouse for HBO Max dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        No more annoying mouse cursor!

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

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

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

Informasi Dasar Ekstensi

Nama Hide Mouse for HBO Max Hide Mouse for HBO Max
ID pefflogkpddilbgoncloeococobiapkf
URL Resmi https://chromewebstore.google.com/detail/hide-mouse-for-hbo-max/pefflogkpddilbgoncloeococobiapkf
Deskripsi Hide the mouse while viewing a HBO Max video
Ukuran File 17.34 KB
Jumlah Instalasi 1,738
Versi Saat Ini 0.2.2
Terakhir Diperbarui 2021-12-14
Tanggal Publikasi 2021-07-11
Penilaian 4.79/5 Total 14 Penilaian
Pengembang Nate Diven
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/NateXVI/Hide-Mouse-Hulu/tree/hbo-max
Bahasa yang Didukung en-US
manifest.json
{
    "manifest_version": 3,
    "name": "Hide Mouse for HBO Max",
    "version": "0.2.2",
    "description": "Hide the mouse while viewing a HBO Max video",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.hbomax.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/icon.png"
    }
}