Hide Mouse for Hulu
Hide the mouse while viewing a Hulu video
Hide Mouse for Hulu क्या है?
Hide Mouse for Hulu Nate Diven द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide the mouse while viewing a Hulu video"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hide Mouse for Hulu एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |