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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A couple of useful tools for the game More Ore. (These can all be toggled on/off)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में More Ore Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |