More Ore Tools

A couple of useful tools for the game More Ore. (These can all be toggled on/off)

What is More Ore Tools?

More Ore Tools is a Chrome extension developed by 123HD123, and its main feature is "A couple of useful tools for the game More Ore. (These can all be toggled on/off)".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download More Ore Tools Extension CRX File

Download More Ore Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name More Ore Tools More Ore Tools
ID fjpjdfbeejdlaffnapbojgapofkdkplp
Official URL https://chromewebstore.google.com/detail/more-ore-tools/fjpjdfbeejdlaffnapbojgapofkdkplp
Description A couple of useful tools for the game More Ore. (These can all be toggled on/off)
File Size 63.69 KB
Installation Count 58
Current Version 1.0.1
Last Updated 2023-01-18
Publish Date 2023-01-18
Rating 4.00/5 Total 1 Ratings
Developer 123HD123
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}