More Ore Tools

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

Co je More Ore Tools?

More Ore Tools je rozšíření Chrome vyvinuté 123HD123, a jeho hlavní funkcí je „A couple of useful tools for the game More Ore. (These can all be toggled on/off)“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření More Ore Tools

Stáhněte si soubory rozšíření More Ore Tools ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název More Ore Tools More Ore Tools
ID fjpjdfbeejdlaffnapbojgapofkdkplp
Oficiální URL https://chromewebstore.google.com/detail/more-ore-tools/fjpjdfbeejdlaffnapbojgapofkdkplp
Popis A couple of useful tools for the game More Ore. (These can all be toggled on/off)
Velikost souboru 63.69 KB
Počet instalací 58
Aktuální Verze 1.0.1
Poslední Aktualizace 2023-01-18
Datum Vydání 2023-01-18
Hodnocení 4.00/5 Celkem 1 Hodnocení
Vývojář 123HD123
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}