Mine-Craft Cursors
Replaces the standard mouse cursor.
Mine-Craft Cursors란 무엇입니까?
Mine-Craft Cursors은(는) minecursorsproject에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces the standard mouse cursor."입니다.
확장 프로그램 스크린샷
Mine-Craft Cursors 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
9 Minecraft cursors, choose your own cursor style. Just click on the cursor you like and it will replace the default cursor :) You can resize the cursor of your choice from 16x16 to 128x128 pixels. ------------------- ! After installing this extension, refresh the previously opened tab if you want to use it on this page. ! According to the rules of the Chrome Web Store extension can not work on the store pages and home page. Please open any other website (for example, google.com) after installing this extension and check how the extension will work on it. -------------------
확장 프로그램 기본 정보
이름 | |
ID | hfphbjkpbdaagnfbdalaokgbelecjhpo |
공식 URL | https://chrome.google.com/webstore/detail/mine-craft-cursors/hfphbjkpbdaagnfbdalaokgbelecjhpo |
설명 | Replaces the standard mouse cursor. |
파일 크기 | 256 KB |
설치 횟수 | 10,000 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2020-12-13 |
출시 날짜 | 2020-12-13 |
평점 | 4.05/5 총 65 개의 평점 |
개발자 | minecursorsproject |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://coolcursors.store/mc/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mine-Craft Cursors", "description": "Replaces the standard mouse cursor.", "version": "1.0.0", "browser_action": { "default_popup": "popup.html" }, "icons": { "128": "img\/icon.png" }, "background": { "scripts": [ "background_s.js" ] }, "content_scripts": [ { "js": [ "content_s.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": true, "run_at": "document_start" } ], "permissions": [ "storage", "tabs", "*:\/\/*\/*" ] } |