More Ore Tools

A couple of useful tools for the game More Ore. (These can all be toggled on/off)

More Ore Tools là gì?

More Ore Tools là một tiện ích mở rộng Chrome được phát triển bởi 123HD123, và tính năng chính của nó là "A couple of useful tools for the game More Ore. (These can all be toggled on/off)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng More Ore Tools

Tải xuống các tệp mở rộng More Ore Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên More Ore Tools More Ore Tools
ID fjpjdfbeejdlaffnapbojgapofkdkplp
URL Chính Thức https://chromewebstore.google.com/detail/more-ore-tools/fjpjdfbeejdlaffnapbojgapofkdkplp
Mô tả A couple of useful tools for the game More Ore. (These can all be toggled on/off)
Kích Thước Tệp 63.69 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-01-18
Ngày Phát Hành 2023-01-18
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển 123HD123
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}