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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hide Mouse for Hulu
قم بتنزيل ملفات الامتداد Hide Mouse for Hulu بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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" } } |