Hide Mouse for Hulu
Hide the mouse while viewing a Hulu video
Hide Mouse for Hulu란 무엇입니까?
Hide Mouse for Hulu은(는) Nate Diven에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide the mouse while viewing a Hulu video"입니다.
확장 프로그램 스크린샷
Hide Mouse for Hulu 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" } } |