More Ore Tools
A couple of useful tools for the game More Ore. (These can all be toggled on/off)
More Ore Tools란 무엇입니까?
More Ore Tools은(는) 123HD123에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A couple of useful tools for the game More Ore. (These can all be toggled on/off)"입니다.
확장 프로그램 스크린샷
More Ore Tools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
These include: - Auto Updater: Automatically show there's a new update without having to refresh the page. - Enhanced Save: Automatically export your save every x hours. - Notification Plus: Bundle and stack notifications. - View Multiplier: See the multiplier of the material and rarity of your gear. Changelog: 1.0.1: - Fixed modified import/export save button
확장 프로그램 기본 정보
이름 | |
ID | fjpjdfbeejdlaffnapbojgapofkdkplp |
공식 URL | https://chromewebstore.google.com/detail/more-ore-tools/fjpjdfbeejdlaffnapbojgapofkdkplp |
설명 | A couple of useful tools for the game More Ore. (These can all be toggled on/off) |
파일 크기 | 63.69 KB |
설치 횟수 | 58 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2023-01-18 |
출시 날짜 | 2023-01-18 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | 123HD123 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "More Ore Tools", "version": "1.0.1", "description": "A couple of useful tools for the game More Ore. (These can all be toggled on\/off)", "icons": { "16": "assets\/icons\/icon16.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "action": { "default_icon": { "16": "assets\/icons\/icon16.png", "24": "assets\/icons\/icon24.png", "32": "assets\/icons\/icon32.png" }, "default_popup": "popup\/index.html", "default_title": "More Ore Tools" }, "content_scripts": [ { "js": [ "content\/index.js" ], "matches": [ "https:\/\/syns.studio\/more-ore\/" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/icons\/*.png" ], "matches": [], "extension_ids": [] } ], "permissions": [ "tabs" ] } |