Melvor Idle Helper
Add some extra functions to Melvor Idle
Melvor Idle Helper란 무엇입니까?
Melvor Idle Helper은(는) Danial Nickford에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add some extra functions to Melvor Idle"입니다.
확장 프로그램 스크린샷
Melvor Idle Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Adds some extra functionality to Melvor Idle - Dark mode - Auto eat - Auto loot
확장 프로그램 기본 정보
이름 | Melvor Idle Helper |
ID | oohpcmhalnghhalafmmikpjcmmdnlelb |
공식 URL | https://chromewebstore.google.com/detail/melvor-idle-helper/oohpcmhalnghhalafmmikpjcmmdnlelb |
설명 | Add some extra functions to Melvor Idle |
파일 크기 | 9.73 KB |
설치 횟수 | 353 |
현재 버전 | 0.1.10 |
최근 업데이트 | 2019-12-05 |
출시 날짜 | 2019-12-05 |
평점 | 3.40/5 총 5 개의 평점 |
개발자 | Danial Nickford |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/RedSparr0w/Melvor-Idle-Helper |
도움말 페이지 URL | https://github.com/RedSparr0w/Melvor-Idle-Helper/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Melvor Idle Helper", "version": "0.1.10", "manifest_version": 2, "description": "Add some extra functions to Melvor Idle", "homepage_url": "https:\/\/melvoridle.com", "icons": { "16": "icons\/logo_16.png", "48": "icons\/logo_48.png", "128": "icons\/logo_128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/melvoridle.com\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "src\/js\/*.js" ] } |