Hide Mouse for HBO Max
Hide the mouse while viewing a HBO Max video
Hide Mouse for HBO Max란 무엇입니까?
Hide Mouse for HBO Max은(는) Nate Diven에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hide the mouse while viewing a HBO Max video"입니다.
확장 프로그램 스크린샷
Hide Mouse for HBO Max 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Hide Mouse for HBO Max |
ID | pefflogkpddilbgoncloeococobiapkf |
공식 URL | https://chromewebstore.google.com/detail/hide-mouse-for-hbo-max/pefflogkpddilbgoncloeococobiapkf |
설명 | Hide the mouse while viewing a HBO Max video |
파일 크기 | 17.34 KB |
설치 횟수 | 1,738 |
현재 버전 | 0.2.2 |
최근 업데이트 | 2021-12-14 |
출시 날짜 | 2021-07-11 |
평점 | 4.79/5 총 14 개의 평점 |
개발자 | Nate Diven |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/NateXVI/Hide-Mouse-Hulu/tree/hbo-max |
지원되는 언어 | 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" } } |