More Ore Tools
A couple of useful tools for the game More Ore. (These can all be toggled on/off)
Что такое More Ore Tools?
More Ore Tools - это расширение Chrome, разработанное 123HD123, и его основная функция - "A couple of useful tools for the game More Ore. (These can all be toggled on/off)".
Снимки экрана расширения
Скачать файл CRX расширения More Ore Tools
Скачайте файлы расширений More Ore Tools в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | |
ID | fjpjdfbeejdlaffnapbojgapofkdkplp |
Официальный URL | https://chromewebstore.google.com/detail/more-ore-tools/fjpjdfbeejdlaffnapbojgapofkdkplp |
Описание | A couple of useful tools for the game More Ore. (These can all be toggled on/off) |
Размер файла | 63.69 KB |
Количество установок | 58 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2023-01-18 |
Дата публикации | 2023-01-18 |
Рейтинг | 4.00/5 Всего 1 оценок |
Разработчик | 123HD123 |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |