More Ore Tools
A couple of useful tools for the game More Ore. (These can all be toggled on/off)
O que é More Ore Tools?
More Ore Tools é uma extensão do Chrome desenvolvida por 123HD123, e sua principal característica é "A couple of useful tools for the game More Ore. (These can all be toggled on/off)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão More Ore Tools
Baixe arquivos de extensão More Ore Tools no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | fjpjdfbeejdlaffnapbojgapofkdkplp |
URL Oficial | https://chromewebstore.google.com/detail/more-ore-tools/fjpjdfbeejdlaffnapbojgapofkdkplp |
Descrição | A couple of useful tools for the game More Ore. (These can all be toggled on/off) |
Tamanho do Arquivo | 63.69 KB |
Contagem de Instalações | 58 |
Versão Atual | 1.0.1 |
Última Atualização | 2023-01-18 |
Data de Publicação | 2023-01-18 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | 123HD123 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |