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是由123HD123開發的Chrome擴展程式,該擴展的主要功能是“A couple of useful tools for the game More Ore. (These can all be toggled on/off)”。
擴展截圖
下載More Ore Tools擴展crx文件
下載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 |
官方網址 | 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" ] } |