More Ore Tools

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

Was ist More Ore Tools?

More Ore Tools ist eine Chrome-Erweiterung, die von 123HD123 entwickelt wurde, und ihr Hauptmerkmal ist "A couple of useful tools for the game More Ore. (These can all be toggled on/off)".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

More Ore Tools-Erweiterungs-CRX-Datei herunterladen

Laden Sie More Ore Tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name More Ore Tools More Ore Tools
ID fjpjdfbeejdlaffnapbojgapofkdkplp
Offizielle URL https://chromewebstore.google.com/detail/more-ore-tools/fjpjdfbeejdlaffnapbojgapofkdkplp
Beschreibung A couple of useful tools for the game More Ore. (These can all be toggled on/off)
Dateigröße 63.69 KB
Installationsanzahl 58
Aktuelle Version 1.0.1
Letztes Update 2023-01-18
Veröffentlichungsdatum 2023-01-18
Bewertung 4.00/5 Insgesamt 1 Bewertungen
Entwickler 123HD123
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}