More Ore Tools
A couple of useful tools for the game More Ore. (These can all be toggled on/off)
Hvad er More Ore Tools?
More Ore Tools er en Chrome-udvidelse udviklet af 123HD123, og dens hovedfunktion er "A couple of useful tools for the game More Ore. (These can all be toggled on/off)".
Udvidelsesskærmbilleder
Download More Ore Tools-udvidelses-CRX-fil
Download More Ore Tools-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | fjpjdfbeejdlaffnapbojgapofkdkplp |
Officiel URL | https://chromewebstore.google.com/detail/more-ore-tools/fjpjdfbeejdlaffnapbojgapofkdkplp |
Beskrivelse | A couple of useful tools for the game More Ore. (These can all be toggled on/off) |
Filstørrelse | 63.69 KB |
Antal Installationer | 58 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2023-01-18 |
Udgivelsesdato | 2023-01-18 |
Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
Udvikler | 123HD123 |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |